Commit 31c71456 by 高晓磊

船舶查询返回字段修改

parent 97834e70
...@@ -128,7 +128,7 @@ public class ShipInfoController { ...@@ -128,7 +128,7 @@ public class ShipInfoController {
} }
KObject kObject = shipInfoService.getByCode(code,id); KObject kObject = shipInfoService.getByCode(code,id);
if(kObject != null){ if(kObject != null){
return ResponseObj.error("船舶名称已存在!"); return ResponseObj.error("船舶编号已存在!");
} }
return ResponseObj.success(); return ResponseObj.success();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment