fixed
This commit is contained in:
parent
92f2abfc11
commit
c9d14e48cb
@ -1723,8 +1723,12 @@ class TaskLogic extends BaseLogic
|
||||
'type_id' => 10
|
||||
];
|
||||
$result = ShopRequestLogic::getGeneralMerchantCount($param);
|
||||
Log::error('查询供应链商户统计接口失败'.ShopRequestLogic::getError());
|
||||
if ($result['status'] == 200) {
|
||||
$count = $result['data']['count'];
|
||||
} else {
|
||||
$count = 0;
|
||||
}
|
||||
|
||||
if ($count >= $target) {
|
||||
$taskMoney = $totalMoney;
|
||||
return $taskMoney;
|
||||
|
Loading…
x
Reference in New Issue
Block a user