mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
update
This commit is contained in:
@@ -389,7 +389,7 @@
|
||||
t6.apply_time AS valleyApplyDate
|
||||
FROM
|
||||
pile_basic_info t1
|
||||
JOIN pile_billing_template t2 ON t1.station_id = t2.station_id and t2.status = '1'
|
||||
JOIN pile_billing_template t2 ON t1.station_id = t2.station_id and t2.status = '1' and t2.member_flag = '0'
|
||||
JOIN pile_billing_detail t3 ON t3.template_code = t2.template_code AND t3.time_type = '1'
|
||||
JOIN pile_billing_detail t4 ON t4.template_code = t2.template_code AND t4.time_type = '2'
|
||||
JOIN pile_billing_detail t5 ON t5.template_code = t2.template_code AND t5.time_type = '3'
|
||||
|
||||
Reference in New Issue
Block a user