Commit 999388e4 authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent eb7344f0
...@@ -620,7 +620,7 @@ public class ArchivesDaprUtil { ...@@ -620,7 +620,7 @@ public class ArchivesDaprUtil {
* @return * @return
**/ **/
public R<Boolean> selectExitEmpCopntract(TEmployeeAutoRegistCheckVo cardVo) { public R<Boolean> selectExitEmpCopntract(TEmployeeAutoRegistCheckVo cardVo) {
return HttpDaprUtil.invokeMethodPost(daprArchivesProperties.getAppUrl(),daprArchivesProperties.getAppId(),"/temployeecontractinfo/inner/selectExitEmpCopntract", JSON.toJSONString(cardVo), Boolean.class, SecurityConstants.FROM_IN); return HttpDaprUtil.invokeMethodPost(daprArchivesProperties.getAppUrl(),daprArchivesProperties.getAppId(),"/temployeecontractinfo/selectExitEmpCopntract", JSON.toJSONString(cardVo), Boolean.class, SecurityConstants.FROM_IN);
} }
......
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