Przeglądaj źródła

[task-3837]新增员工建议调查表推送定时任务

szjbdgzl 1 rok temu
rodzic
commit
9eee1940d0

+ 0 - 1
ibps-provider-base-root/modules/provider-bpmn-api/src/main/java/com/lc/ibps/bpmn/api/IBpmInstService.java

@@ -256,7 +256,6 @@ public interface IBpmInstService {
 			@RequestParam(name = "formKey", required = true) String formKey,
 			@NotBlank(message = "{com.lc.ibps.bpmn.provider.public.defKey}")
 			@RequestParam(name = "defKey", required = true) String defKey,
-			@NotBlank(message = "{com.lc.ibps.bpmn.provider.public.ignoreSkipFirstNode}")
 			@RequestParam(name = "ignoreSkipFirstNode", required = false) String ignoreSkipFirstNode);
 	
 	/**