dingxin 6 vuotta sitten
vanhempi
commit
79115e2c20

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/TpShopServicelmpl.java Näytä tiedosto

@@ -176,7 +176,7 @@ public class TpShopServicelmpl implements TpShopServicel {
176 176
         TpShopAppraisal tpShopAppraisal= JSONObject.parseObject(paramets,TpShopAppraisal.class);
177 177
 
178 178
         tpShopAppraisal.setCommunityId(userElement.getCommunityId());
179
-        tpShopAppraisal.setAppraisalPeople(userElement.getId()+"");
179
+        tpShopAppraisal.setAppraisalPeople(userElement.getUserName());
180 180
         tpShopAppraisal.setAppraisalTel(userElement.getLoginName());
181 181
         String photo = taUserMapper.selectByPrimaryKey(userElement.getId()).getHeadPortrait();
182 182
         tpShopAppraisal.setAppraisalAvatar(photo);

+ 2
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TpTransactionMapper.xml Näytä tiedosto

@@ -343,15 +343,16 @@
343 343
 
344 344
             <if test="ManageStatus == 1">
345 345
                 and is_reported = 1
346
+                and status = 1
346 347
             </if>
347 348
             <if test="ManageStatus == 2">
348 349
                 and  (read_status IS NULL or read_status = 0)
350
+                and status = 1
349 351
             </if>
350 352
             <if test="ManageStatus == 3">
351 353
                 and  read_status= 1
352 354
             </if>
353 355
             and community_id=#{communityId,jdbcType=INTEGER}
354
-            and status = 1
355 356
         </where>
356 357
 
357 358
     </select>

+ 2
- 0
VUECODE/smart-property-manage/src/views/shop/shopReplay/index.vue Näytä tiedosto

@@ -204,6 +204,8 @@ export default {
204 204
       this.dataQuery()
205 205
     },
206 206
     search() {
207
+      this.listQuery.pageNum = 1
208
+      this.listQuery.pageSize = 10
207 209
       this.dataQuery()
208 210
     },
209 211
     handleSelectionChange(data) {