lin 4 년 전
부모
커밋
4c643030be
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      smart-city-platform/src/main/resources/mapper/StatMeterReadRateByCommunityMapper.xml

+ 3 - 3
smart-city-platform/src/main/resources/mapper/StatMeterReadRateByCommunityMapper.xml

@@ -399,7 +399,7 @@
 									c.id = #{item.dimensionValue}
 								</if>
 								<if test='item.dimensionCode == "CUSTOMER" '>
-									customer_id = #{item.dimensionValue}
+									t1.customer_id = #{item.dimensionValue}
 								</if>
 							</foreach>
 					</if>
@@ -470,7 +470,7 @@
 									c.id = #{item.dimensionValue}
 								</if>
 								<if test='item.dimensionCode == "CUSTOMER" '>
-									customer_id = #{item.dimensionValue}
+									t1.customer_id = #{item.dimensionValue}
 								</if>
 							</foreach>
 					</if>
@@ -541,7 +541,7 @@
 									c.id = #{item.dimensionValue}
 								</if>
 								<if test='item.dimensionCode == "CUSTOMER" '>
-									customer_id = #{item.dimensionValue}
+									t1.customer_id = #{item.dimensionValue}
 								</if>
 							</foreach>
 					</if>