lin 4 年 前
コミット
4c643030be

+ 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>