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>