update 占桩订单优化

This commit is contained in:
Guoqs
2024-07-25 17:49:23 +08:00
parent 7f199997ea
commit 371b3c34e5
2 changed files with 9 additions and 9 deletions

View File

@@ -2950,7 +2950,7 @@
where t1.del_flag = '0'
and `t1`.`member_id` = #{memberId,jdbcType=VARCHAR}
and `t1`.`station_id` = #{stationId,jdbcType=VARCHAR}
and `t1`.`charge_start_time` <![CDATA[ >= ]]> #{endTime,jdbcType=VARCHAR}
and `t1`.`charge_end_time` <![CDATA[ <= ]]> #{startTime,jdbcType=VARCHAR}
and `t1`.`charge_start_time` <![CDATA[ <= ]]> #{endTime,jdbcType=VARCHAR}
and `t1`.`charge_end_time` <![CDATA[ >= ]]> #{startTime,jdbcType=VARCHAR}
</select>
</mapper>