自动生成计费模板备注

This commit is contained in:
2024-02-19 16:05:28 +08:00
parent ba6305e642
commit 982424cf13
6 changed files with 54 additions and 21 deletions

View File

@@ -235,7 +235,7 @@
t2.remark
FROM
pile_station_info t1
JOIN pile_billing_template t2 ON t2.station_id = t1.id AND t2.del_flag = '0' AND t2.member_flag = '1'
JOIN pile_billing_template t2 ON t2.station_id = t1.id AND t2.del_flag = '0' AND t2.member_flag = '1'
WHERE
FIND_IN_SET(t1.id, (SELECT station_id FROM member_group WHERE group_code = #{groupCode,jdbcType=VARCHAR}))
</select>