Browse Source

批量回款修改

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
45c55201d9

+ 1 - 1
src/main/java/com/goafanti/order/controller/AdminOrderReceivablesApiController.java

@@ -124,7 +124,7 @@ public class AdminOrderReceivablesApiController extends CertifyApiController {
 		return res;
 	}
 	/**
-	 * 	处理批量导入
+	 * 	处理批量导入(批量回款)
 	 * 
 	 * 
 	 */

+ 1 - 0
src/main/java/com/goafanti/order/service/impl/OrderChangeServiceImpl.java

@@ -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; 
 	}