|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.weaver.seconddev.interfaces.workflow.controller;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.json.JSONObject;
|
|
|
|
|
import com.weaver.common.authority.annotation.WeaPermission;
|
|
|
|
|
import com.weaver.common.base.entity.result.WeaResult;
|
|
|
|
|
import com.weaver.common.hrm.util.HrmContextUtil;
|
|
|
|
|
import com.weaver.ebuilder.common.util.TenantContext;
|
|
|
|
@ -25,9 +26,10 @@ import java.util.Map;
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Slf4j
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping({"/papi/secondev/workflow/controller" })
|
|
|
|
|
@RequestMapping("/api/secondev/htjt/ars/getcheck")
|
|
|
|
|
@WeaPermission(publicPermission = true)
|
|
|
|
|
@Slf4j
|
|
|
|
|
public class Getgsjc_controller {
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|