update 占桩订单优化

This commit is contained in:
Guoqs
2024-07-25 17:10:03 +08:00
parent b05a7e6ac2
commit 64f9797f82

View File

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