mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 占桩订单优化
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user