Commit beaccd54 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办-派单暂存

parent 5aa84d6b
...@@ -709,7 +709,7 @@ public class ArchivesDaprUtil { ...@@ -709,7 +709,7 @@ public class ArchivesDaprUtil {
**/ **/
public R<BaseSearchListVO> leaveToReduceContract(BaseSearchListVO paramVo) { public R<BaseSearchListVO> leaveToReduceContract(BaseSearchListVO paramVo) {
R<BaseSearchListVO> res = HttpDaprUtil.invokeMethodPost(daprArchivesProperties.getAppUrl(),daprArchivesProperties.getAppId() R<BaseSearchListVO> res = HttpDaprUtil.invokeMethodPost(daprArchivesProperties.getAppUrl(),daprArchivesProperties.getAppId()
,"/temployeeinfo/inner/leaveToReduceContract", paramVo, BaseSearchListVO.class, SecurityConstants.FROM_IN); ,"/temployeecontractinfo/inner/leaveToReduceContract", paramVo, BaseSearchListVO.class, SecurityConstants.FROM_IN);
if (Common.isEmpty(res)){ if (Common.isEmpty(res)){
return R.failed("离职待办调用的批量派减合同失败!"); return R.failed("离职待办调用的批量派减合同失败!");
} }
......
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