Commit 411beeac authored by jiangkebao's avatar jiangkebao

Merge branch 'master_BusinessSaleOtherDatumRmb'

parents 10d5d6ba b9d3c287
...@@ -16,4 +16,11 @@ interface OperationServiceInterface ...@@ -16,4 +16,11 @@ interface OperationServiceInterface
* @return mixed * @return mixed
*/ */
public function getBusinessSaleOtherDatum(array $conditions); public function getBusinessSaleOtherDatum(array $conditions);
/**
* 获取销售报表其他数据
* @param array $conditions 必传条件 site_id team_id start_time end_time
* @return mixed
*/
public function getBusinessSaleOtherDatumRmb(array $conditions);
} }
\ 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