|
@@ -175,6 +175,7 @@ public class TaContractServiceImpl extends ServiceImpl<TaContractMapper, TaContr
|
175
|
175
|
taContract.setCompanyName(taContractBusiness.getCompanyName());
|
176
|
176
|
taContract.setSignatoryName(taContractBusiness.getCompanyName());
|
177
|
177
|
taContract.setSignatoryTime(LocalDateTime.now());
|
|
178
|
+ taContract.setArchives(false);
|
178
|
179
|
taContractMapper.updateById(taContract);
|
179
|
180
|
return taContract;
|
180
|
181
|
}
|