mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
update
This commit is contained in:
@@ -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>
|
||||
<!-- 数据范围过滤 -->
|
||||
<!-- &lt;if test="merchantDeptIds != null and merchantDeptIds.size() != 0"&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>
|
||||
|
||||
Reference in New Issue
Block a user