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