Browse Source

凌云集团更改公司

peiguo 5 years ago
parent
commit
85140e1868

+ 2 - 2
admin-ui/app/whepi/scan/specialPersonnelLYSix.js

@@ -25,7 +25,7 @@ define(function (require) {
 
             var queryToolbar = {
                 xtype: 'toolbar',
-                title: '特殊人员详情',
+                title: '六类人员详情',
                 items: [
                     {
                         text: '查询', iconCls: 'fa fa-search', onClick: function () {
@@ -91,7 +91,7 @@ define(function (require) {
                             xtype: 'grid',
                             toolbar: {
                                 xtype: 'toolbar',
-                                title: '特殊人员详情',
+                                title: '六类人员详情',
                                 items: [
                                     {
                                         text: '添加', iconCls: 'fa fa-plus-circle fa-lg', onClick: function () {

+ 1 - 1
whepi-web/src/main/java/com/bofeng/wx/controller/ScanAdminController.java

@@ -279,7 +279,7 @@ public class ScanAdminController {
     public Model saveOutUserLYSix(@JsonBody OutUser outUser) {
         OutUser outUser1 = outUserMapper.queryOutUserByPhone(4, outUser.getPhone());
         if (outUser1 != null) {
-            return Model.newFail("该号码已经添加为特殊人员,请仔细检查该号码。");
+            return Model.newFail("该号码已经添加为六类人员,请仔细检查该号码。");
         }
         List<UptownHome> uptownHomes = uptownHomeMapper.getUptownHomeByPhone(outUser.getPhone().toString());
         if (uptownHomes.size() > 0) {