|
@@ -856,7 +856,7 @@ class PartnerTools{
|
|
|
'withdraw' => bcadd($partnerData["withdraw"], $save["money"],2),//已提现金额
|
|
|
'updateTime' => $nowTime,
|
|
|
];
|
|
|
- if($update["balance"]<=0){
|
|
|
+ if($update["balance"]<0){
|
|
|
$this->dbNewCommissionPartner->rollBack();
|
|
|
return ["code"=>-1,"msg"=>"数据提交失败002"];
|
|
|
}
|