Former-commit-id: 77434e6100b87ca31c3e6a2f8a3c4ffc52358312
master
wangbingit@outlook.com 5 years ago
parent 84673cfdb9
commit eb224416d5

@ -149,7 +149,7 @@ public class TaskSqlManagerImpl implements TaskSqlManager {
try { try {
Integer.parseInt(typeValue); Integer.parseInt(typeValue);
} catch (Exception e) { } catch (Exception e) {
response.addError(ErrorType.BUSINESS_ERROR, "循环周期值错误!"); response.addError(ErrorType.BUSINESS_ERROR, "类型属值错误!");
return response; return response;
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.