傅行帆 5 年之前
父節點
當前提交
a4fd4b74c5

+ 1
- 0
src/main/java/com/huiju/estateagents/eContract/service/impl/TaContractServiceImpl.java 查看文件

175
         taContract.setCompanyName(taContractBusiness.getCompanyName());
175
         taContract.setCompanyName(taContractBusiness.getCompanyName());
176
         taContract.setSignatoryName(taContractBusiness.getCompanyName());
176
         taContract.setSignatoryName(taContractBusiness.getCompanyName());
177
         taContract.setSignatoryTime(LocalDateTime.now());
177
         taContract.setSignatoryTime(LocalDateTime.now());
178
+        taContract.setArchives(false);
178
         taContractMapper.updateById(taContract);
179
         taContractMapper.updateById(taContract);
179
         return taContract;
180
         return taContract;
180
     }
181
     }