Commit 7d44be2b by lzxry

回款后,合同开始日期正常显示

parent 74fc3bd2
...@@ -1607,9 +1607,9 @@ public class ContractServiceImpl implements ContractService { ...@@ -1607,9 +1607,9 @@ public class ContractServiceImpl implements ContractService {
c.setRelationContract(-1L); c.setRelationContract(-1L);
} }
if (ContractStatusEnum.MONEY_BACK_FIRST.getKey().equals(c.getStatus())) { /* if (ContractStatusEnum.MONEY_BACK_FIRST.getKey().equals(c.getStatus())) {
c.setStartDate(null); c.setStartDate(null);
} }*/
// if (c.getType().equals(ContractTypeEnum.MAIN.getKey()) && platform.contains("io")) { // if (c.getType().equals(ContractTypeEnum.MAIN.getKey()) && platform.contains("io")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment