weiximei 6 anni fa
parent
commit
63927f3c2f

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TpTicketMapper.xml Vedi File

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

+ 2
- 2
VUECODE/smart-property-manage/src/views/message/index.vue Vedi File

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