Commit 0224cdd2 authored by hongguangwu's avatar hongguangwu

MVP1.7.9-修改商险自动化

parent 3026b170
...@@ -245,6 +245,7 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe ...@@ -245,6 +245,7 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
if (!detailList.isEmpty()) { if (!detailList.isEmpty()) {
tEmployeePreLogDetailService.saveBatch(detailList); tEmployeePreLogDetailService.saveBatch(detailList);
} }
}
if (!saveOrUpdateList.isEmpty()) { if (!saveOrUpdateList.isEmpty()) {
HttpDaprUtil.invokeMethodPost(daprInsurancesProperties.getAppUrl(), daprInsurancesProperties.getAppId() HttpDaprUtil.invokeMethodPost(daprInsurancesProperties.getAppUrl(), daprInsurancesProperties.getAppId()
, "/temployeeinsurancepre/inner/saveOrUpdateInsuranceList" , "/temployeeinsurancepre/inner/saveOrUpdateInsuranceList"
...@@ -254,7 +255,6 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe ...@@ -254,7 +255,6 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
, "/temployeeinsurancepre/inner/deleteInsuranceByPreId" , "/temployeeinsurancepre/inner/deleteInsuranceByPreId"
, empPreId, Boolean.class, SecurityConstants.FROM_IN); , empPreId, Boolean.class, SecurityConstants.FROM_IN);
} }
}
} catch (Exception e) { } catch (Exception e) {
log.error(JSON.toJSON(newInfo) + "插入修改记录报错>>>", e); log.error(JSON.toJSON(newInfo) + "插入修改记录报错>>>", e);
} }
......
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