mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-30 08:00:00 +08:00
update 使占桩订单免费/修改订单金额
This commit is contained in:
@@ -926,4 +926,12 @@
|
||||
<if test="pileConnectorCode != null and pileConnectorCode != ''"> and pile_connector_code = #{pileConnectorCode}</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<update id="makeOrderFree">
|
||||
update
|
||||
order_pile_occupy
|
||||
set
|
||||
status = '1', pay_status = '2'
|
||||
where occupy_code = #{occupyCode,jdbcType=VARCHAR}
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user