Signed-off-by: anderx <312518615@qq.com>
@@ -124,7 +124,7 @@ public class AdminOrderReceivablesApiController extends CertifyApiController {
return res;
}
/**
- * 处理批量导入
+ * 处理批量导入(批量回款)
*
*/
@@ -637,6 +637,7 @@ public class OrderChangeServiceImpl extends BaseMybatisDao<NewOrderChangeMapper>
}else if(i==0){
o.setProcessStatus(ProcessStatus.YPZXSGLY.getCode());
+ o.setDeleteSign(0);
tOrderNewMapper.updateByPrimaryKeySelective(o);
return o;