This commit is contained in:
2024-01-14 15:55:53 +08:00
parent 12ffd5c265
commit d990412cda
8 changed files with 19 additions and 19 deletions

View File

@@ -1553,7 +1553,7 @@
t1.connector_code as connectorCode,
t1.logic_card as logicCard,
t1.vin_code as vinCode,
t1.plate_number as plateNumber,
t1.plate_number as plateNumber,
t1.start_mode as startMode,
t1.pay_mode as payMode,
t1.pay_status as payStatus,
@@ -1621,6 +1621,9 @@
<if test="merchantId != null and merchantId != ''">
and t1.merchant_id = #{merchantId,jdbcType=VARCHAR}
</if>
<if test="groupCode != null and groupCode != ''">
and t1.group_code = #{groupCode,jdbcType=VARCHAR}
</if>
<!-- 数据范围过滤 -->
<!-- &amp;lt;if test="merchantDeptIds != null and merchantDeptIds.size() != 0"&amp;gt;-->
<!-- and t3.dept_id in-->
@@ -2021,6 +2024,9 @@
<if test="virtualAmount != null">
virtual_amount = #{virtualAmount},
</if>
<if test="groupCode != null">
group_code = #{groupCode},
</if>
<if test="discountAmount != null">
discount_amount = #{discountAmount},
</if>