Former-commit-id: 2a37f1ebbb5fa3cd549db2b4f37c960cea815d65
@ -76,7 +76,7 @@ public class TaskSqlManagerImpl implements TaskSqlManager {
try {
Integer.parseInt(typeValue);
} catch (Exception e) {
response.addError(ErrorType.BUSINESS_ERROR, "循环周期值错误!");
response.addError(ErrorType.BUSINESS_ERROR, "类型属值错误!");
return response;
}
Powered by TurnKey Linux.