|
|
@@ -439,11 +439,8 @@ public class ITopInstSettleServiceImpl extends ServiceImpl<TopInstSettleMapper,
|
|
|
checkLog.setCheckSign(1);
|
|
|
topOldOrderCheckLogService.updateById(checkLog);
|
|
|
//订单审核状态
|
|
|
- Integer checkStatus = 1;//待审核
|
|
|
+ Integer checkStatus = 2;//审核中
|
|
|
for (TopOldOrderCheckLog item : checkLogList) {
|
|
|
- if (item.getId().equals(checkLog.getId()) && item.getType() == 7 && item.getCheckSort() > 1){
|
|
|
- checkStatus = 2;//审核中
|
|
|
- }
|
|
|
if (item.getId().equals(checkLog.getId()) && item.getType() == 8 ){
|
|
|
checkStatus = 4;//待支付
|
|
|
}
|