|
@@ -623,7 +623,7 @@ class CustomService
|
|
|
['check_status', '=', 1],
|
|
|
['id', '<>', $customId]
|
|
|
];
|
|
|
- MarketCustomer::where($where)->update(['check_time' => time(),'check_status' => -1,'check_note' => self::CHECK_NOTE]);
|
|
|
+ MarketCustomer::where($where)->update(['current_status' => -1, 'check_time' => time(),'check_status' => -1,'check_note' => self::CHECK_NOTE]);
|
|
|
}
|
|
|
Db::commit();
|
|
|
}catch (BusinessException|\Exception $e){
|