Commit fcd1f6f0 by huangfusuper

使用工作流名称开启工作流

parent c9974922
......@@ -226,7 +226,7 @@ public class JobUtils {
public static ResponseResult specialRequestRepairflow(SpecialJobParam specialJobParam) {
log.debug("-------------特殊的补批工作流运行{}----------------------",specialJobParam);
String response = createHttpRequest(SPECIAL_REQUEST_REPAIRFLOW, "param=" + JSON.toJSONString(specialJobParam, WriteClassName));
String response = createHttpRequest(SPECIAL_REQUEST_REPAIRFLOW, JSON.toJSONString(specialJobParam, WriteClassName));
log.debug("-------------特殊的补批工作流运行完成:{}----------------------",response);
return JSON.parseObject(response, ResponseResult.class);
}
......
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