dingxin před 6 roky
rodič
revize
0bc8155e07

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/TaUserServiceImpl.java Zobrazit soubor

@@ -1228,8 +1228,8 @@ public class TaUserServiceImpl implements ITaUserService {
1228 1228
         }
1229 1229
 
1230 1230
        TaUserVerify taUserVerify= taUserVerifyMapper.selectByPrimaryKey(userElement.getUserVerifyId());
1231
-       /*期-栋-单元-楼层-户号*/
1232 1231
 
1232
+       /*期-栋-单元-楼层-户号*/
1233 1233
        ToCommunities toCommunities= toCommunitiesMapper.selectByPrimaryKey(taUserVerify.getCommunityId());
1234 1234
        taFeedback.setEstateSource(null==taUserVerify?null:toCommunities.getCommunityName()+taUserVerify.getPhaseName()+taUserVerify.getBuildingName()+taUserVerify.getUnitName()+taUserVerify.getLevelName()+taUserVerify.getRoomNoName());
1235 1235
        taFeedback.setHandleStatus("2");

+ 1
- 1
CODE/smart-community/operate-api/src/main/resources/mapper/TaFeedbackMapper.xml Zobrazit soubor

@@ -192,6 +192,6 @@
192 192
         and handle_status like CONCAT('%', #{handleStatus,jdbcType=VARCHAR}, '%')
193 193
       </if>
194 194
     </where>
195
-    ORDER BY update_date desc
195
+    ORDER BY create_date desc
196 196
   </select>
197 197
 </mapper>

+ 1
- 1
VUECODE/smart-operate-manage/src/views/banner/feedback/index.vue Zobrazit soubor

@@ -68,7 +68,7 @@
68 68
       label="来源房产">
69 69
     </el-table-column>
70 70
     <el-table-column
71
-      prop="updateDate"
71
+      prop="createDate"
72 72
       label="反馈时间">
73 73
       <template slot-scope="scope">{{ formatDate(scope.row.createDate) }}</template>
74 74
     </el-table-column>