소스 검색

加入数据导入框架

wuxw 2 년 전
부모
커밋
f4f591bd8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      java110-db/src/main/resources/mapper/report/BaseDataStatisticsServiceDaoImplMapper.xml

+ 1 - 1
java110-db/src/main/resources/mapper/report/BaseDataStatisticsServiceDaoImplMapper.xml

@@ -479,7 +479,7 @@
     </select>
     </select>
 
 
     <select id="getPropertyFeeSummaryData" parameterType="Map" resultType="Map">
     <select id="getPropertyFeeSummaryData" parameterType="Map" resultType="Map">
-        select br.community_id communityId,bo.name ownerName,bo.sex,bo.link,concat(f.floor_num,'-',bu.unit_num,'-',br.room_num) roomName,br.room_id,
+        select br.community_id communityId,bo.name ownerName,bo.sex,bo.link,concat(f.floor_num,'-',bu.unit_num,'-',br.room_num) roomName,br.room_id roomId,
         borr.start_time bingTime,br.state,br.built_up_area builtUpArea,pfc.square_price squarePrice,pfc.config_id configId,pfc.fee_name feeName,
         borr.start_time bingTime,br.state,br.built_up_area builtUpArea,pfc.square_price squarePrice,pfc.config_id configId,pfc.fee_name feeName,
         (
         (
         select max(pay_fee_time) from pay_fee_detail_month pfdm
         select max(pay_fee_time) from pay_fee_detail_month pfdm