傅行帆 6 år sedan
förälder
incheckning
6da6eca9b7

+ 1
- 1
CODE/smart-community/operate-api/src/main/resources/mapper/ToCommunitiesMapper.xml Visa fil

@@ -154,7 +154,7 @@
154 154
       and community_name like concat('%',#{communityName,jdbcType=VARCHAR},'%')
155 155
     </if>
156 156
     <if test="id != null and id != ''" >
157
-      and id = #{id,jdbcType=INTEGER}
157
+      and id like concat('%',#{id,jdbcType=INTEGER},'%')
158 158
     </if>
159 159
     <if test="provinceId != null and provinceId != ''" >
160 160
       and province_id = #{provinceId,jdbcType=INTEGER}

+ 1
- 1
VUECODE/smart-operate-manage/build/webpack.dev.conf.js Visa fil

@@ -57,7 +57,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
57 57
       template: 'index.html',
58 58
       inject: true,
59 59
       favicon: resolve('favicon.ico'),
60
-      title: 'vue-admin-template'
60
+      title: '智慧社区运营平台'
61 61
     })
62 62
   ]
63 63
 })

+ 1
- 1
VUECODE/smart-operate-manage/build/webpack.prod.conf.js Visa fil

@@ -55,7 +55,7 @@ const webpackConfig = merge(baseWebpackConfig, {
55 55
       template: 'index.html',
56 56
       inject: true,
57 57
       favicon: resolve('favicon.ico'),
58
-      title: 'vue-admin-template',
58
+      title: '智慧社区运营平台',
59 59
       minify: {
60 60
         removeComments: true,
61 61
         collapseWhitespace: true,

+ 1
- 1
VUECODE/smart-operate-manage/index.html Visa fil

@@ -3,7 +3,7 @@
3 3
   <head>
4 4
     <meta charset="utf-8">
5 5
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
6
-    <title>vue-admin-template</title>
6
+    <title>智慧社区运营平台</title>
7 7
     <script src="//webapi.amap.com/maps?v=1.4.10&key=81f5560856a88eb5b3da440f18a97845&plugin=AMap.DistrictLayer"></script>
8 8
     <script src="//webapi.amap.com/ui/1.0/main.js"></script>
9 9
   </head>

+ 2
- 2
VUECODE/smart-operate-manage/src/views/community/communityTable.vue Visa fil

@@ -240,8 +240,8 @@ export default {
240 240
       dialogFormVisible: false,
241 241
       dialogStatus: '',
242 242
       textMap: {
243
-        update: 'Edit',
244
-        create: 'Create'
243
+        update: '编辑',
244
+        create: '新增'
245 245
       },
246 246
       dialogPvVisible: false,
247 247
       pvData: [],