Commit 0288b28f authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent a8ad6c62
......@@ -389,9 +389,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
singleContractList.add(contractVO);
List<ErrorMessage> singleErrorMessageList = new ArrayList<>();
if ("1999999999999999".equals(contractPre.getId())) {
singleContractList.add(contractVO);
}
// 调用合同导入方法
contractInfoService.importContract(singleContractList, singleErrorMessageList);
......
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