weiximei 6 gadus atpakaļ
vecāks
revīzija
63927f3c2f

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TpTicketMapper.xml Parādīt failu

@@ -263,7 +263,7 @@
263 263
   <select id="selectRecordStatus" resultType="int">
264 264
     select
265 265
     create_user
266
-    from tp_ticket
266
+    from tp_ticket_record
267 267
     where ticket_id = #{ticketId,jdbcType=INTEGER}
268 268
      and community_id= #{communityId,jdbcType=INTEGER}
269 269
      and status = 4

+ 2
- 2
VUECODE/smart-property-manage/src/views/message/index.vue Parādīt failu

@@ -18,12 +18,12 @@
18 18
         <span class="demonstration"></span>
19 19
         <el-date-picker
20 20
         v-model="listQuery.dataValue"
21
-        type="datetime"
21
+        type="date"
22 22
         placeholder="年-月-日">
23 23
         </el-date-picker>
24 24
       </span>
25 25
       <el-form-item class="filter-item">
26
-        <el-input v-model="listQuery.messageContent" placeholder="消息内容" />
26
+        <el-input v-model="listQuery.messageContent" placeholder="待办内容" />
27 27
       </el-form-item>
28 28
       <el-form-item>
29 29
         <el-button type="info" class="filter-item" @click="handleFilter">清空</el-button>