|
@ -148,7 +148,7 @@ public class ZjxlSystemDictController extends BaseController {
|
|
|
return write(-1,"该字典ID不存在","data","");
|
|
|
}
|
|
|
if (result.getInteger("status")==-2){
|
|
|
return write(-1,"传入参数不符合","data","");
|
|
|
return write(-1,"传入参数不符合,存在空字符串","data","");
|
|
|
}
|
|
|
return write(200,"修改成功","data",result.getJSONObject("dictInfo"));
|
|
|
}catch (Exception e){
|