Commit ea12b7bb authored by 符运喃's avatar 符运喃

获取汇率列表 添加where 条件

parent e47eb77b
...@@ -28,11 +28,13 @@ interface DatacenterServiceInterface ...@@ -28,11 +28,13 @@ interface DatacenterServiceInterface
* author: fuyunnan * author: fuyunnan
* @param array $currencyIds 货币ids * @param array $currencyIds 货币ids
* @param array $field 字段 * @param array $field 字段
* @param array $where 筛选数组
* @return array * @return array
* @throws * @throws
* Date: 2020/8/11 * Date: 2020/8/11
*/ */
public function getCurrencyListRate($currencyIds, $field = ['id', 'currency_id', 'rate_val']): array; public function getCurrencyListRate($currencyIds, $field = ['id', 'currency_id', 'rate_val'], $where = []): array;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment