소스 검색

Merge remote-tracking branch 'origin/V1' into V1

zhengqiang 5 년 전
부모
커밋
92de6f0d62
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      web/src/main/java/com/jpsoft/smart/modules/base/controller/PersonDeviceRelationController.java

+ 2 - 2
web/src/main/java/com/jpsoft/smart/modules/base/controller/PersonDeviceRelationController.java

@@ -121,7 +121,7 @@ public class PersonDeviceRelationController {
                 msgResult.setData(affectCount);
             } else {
                 msgResult.setResult(false);
-                msgResult.setMessage("数据库添加失败");
+                msgResult.setMessage("人员与0个设备绑定成功!");
             }
         }
         catch(Exception ex){
@@ -176,7 +176,7 @@ public class PersonDeviceRelationController {
                 msgResult.setData(affectCount);
             } else {
                 msgResult.setResult(false);
-                msgResult.setMessage("数据库添加失败");
+                msgResult.setMessage("有0个人员与设备绑定成功!");
             }
         }
         catch(Exception ex){