Commit 0224cdd2 authored by hongguangwu's avatar hongguangwu

MVP1.7.9-修改商险自动化

parent 3026b170
...@@ -245,15 +245,15 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe ...@@ -245,15 +245,15 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
if (!detailList.isEmpty()) { if (!detailList.isEmpty()) {
tEmployeePreLogDetailService.saveBatch(detailList); tEmployeePreLogDetailService.saveBatch(detailList);
} }
if (!saveOrUpdateList.isEmpty()) { }
HttpDaprUtil.invokeMethodPost(daprInsurancesProperties.getAppUrl(), daprInsurancesProperties.getAppId() if (!saveOrUpdateList.isEmpty()) {
, "/temployeeinsurancepre/inner/saveOrUpdateInsuranceList" HttpDaprUtil.invokeMethodPost(daprInsurancesProperties.getAppUrl(), daprInsurancesProperties.getAppId()
, saveOrUpdateList, Boolean.class, SecurityConstants.FROM_IN); , "/temployeeinsurancepre/inner/saveOrUpdateInsuranceList"
} else { , saveOrUpdateList, Boolean.class, SecurityConstants.FROM_IN);
HttpDaprUtil.invokeMethodPost(daprInsurancesProperties.getAppUrl(), daprInsurancesProperties.getAppId() } else {
, "/temployeeinsurancepre/inner/deleteInsuranceByPreId" HttpDaprUtil.invokeMethodPost(daprInsurancesProperties.getAppUrl(), daprInsurancesProperties.getAppId()
, empPreId, Boolean.class, SecurityConstants.FROM_IN); , "/temployeeinsurancepre/inner/deleteInsuranceByPreId"
} , 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