main
黄海 2 years ago
parent 88e044764e
commit c23111dcb3

@ -1108,7 +1108,6 @@ public class CollectController extends Controller {
@Before({POST.class, RepeatIntercetpor.class})
@IsLoginInterface({})
@EmptyInterface({"job_name", "json", "table_name"})
@IsNumericInterface({"self_or_next"})
public void addFormJob(int target_type_id, String job_name, String json, String table_name) {
if (target_type_id == 0) target_type_id = 1;//默认是发布到单位
boolean isMatch = table_name.matches("[a-z][a-z0-9_]*");

Loading…
Cancel
Save