|
@@ -977,12 +977,12 @@ class PartnerTools{
|
|
|
$res = $this->dbNewCommissionCash->update([
|
|
$res = $this->dbNewCommissionCash->update([
|
|
|
"status"=>1,
|
|
"status"=>1,
|
|
|
"audit_time"=>time(),
|
|
"audit_time"=>time(),
|
|
|
- "audti_mono"=>$mono,
|
|
|
|
|
|
|
+ "audit_mono"=>$mono,
|
|
|
"audit_id"=>$audit_id
|
|
"audit_id"=>$audit_id
|
|
|
], $where);
|
|
], $where);
|
|
|
$this->cache->set($key,null);
|
|
$this->cache->set($key,null);
|
|
|
- if(empty($res )){
|
|
|
|
|
- return ["code"=>-1,"msg"=>"系统繁忙,请稍后重试!"];
|
|
|
|
|
|
|
+ if(empty($res)){
|
|
|
|
|
+ return ["code"=>-1,"msg"=>"系统繁忙,请稍后重试001!"];
|
|
|
}
|
|
}
|
|
|
return ["code"=>1,"msg"=>"处理完成"];
|
|
return ["code"=>1,"msg"=>"处理完成"];
|
|
|
}
|
|
}
|
|
@@ -992,7 +992,7 @@ class PartnerTools{
|
|
|
$res = $this->dbNewCommissionCash->update([
|
|
$res = $this->dbNewCommissionCash->update([
|
|
|
"status"=>-1,
|
|
"status"=>-1,
|
|
|
"audit_time"=>time(),
|
|
"audit_time"=>time(),
|
|
|
- "audti_mono"=>$mono,
|
|
|
|
|
|
|
+ "audit_mono"=>$mono,
|
|
|
"audit_id"=>$audit_id
|
|
"audit_id"=>$audit_id
|
|
|
], $where);
|
|
], $where);
|
|
|
if(empty($res)){
|
|
if(empty($res)){
|