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