kgdxpr 2 years ago
commit 2405dcbc03

@ -1125,6 +1125,7 @@ public class CollectController extends Controller {
@IsLoginInterface({})
@EmptyInterface({"job_name", "json", "table_name"})
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_]*");
if (!isMatch) {
Map<String, Object> map = new HashMap<>();

Loading…
Cancel
Save