Commit 80a4ce1e authored by hujun's avatar hujun

1

parent 233be3d1
...@@ -2013,7 +2013,11 @@ class Finance extends Basic ...@@ -2013,7 +2013,11 @@ class Finance extends Basic
* 更新多人业绩 * 更新多人业绩
* *
* @param int $bargain_id * @param int $bargain_id
* @param int $is_select 重新统计经纪人业绩
* @return bool * @return bool
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/ */
private function updatePerformanceAll(int $bargain_id = 0, $is_select = 0): bool private function updatePerformanceAll(int $bargain_id = 0, $is_select = 0): bool
{ {
......
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