mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 22:45:05 +08:00
查询桩的计费模板, 区分桩类型
This commit is contained in:
@@ -410,8 +410,10 @@
|
||||
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'
|
||||
JOIN pile_billing_detail t6 ON t6.template_code = t2.template_code AND t6.time_type = '4'
|
||||
left join pile_model_info t7 ON t7.id = t1.model_id
|
||||
WHERE
|
||||
t1.sn = #{pileSn,jdbcType=VARCHAR};
|
||||
t1.sn = #{pileSn,jdbcType=VARCHAR}
|
||||
and t2.type = t7.charger_pile_type
|
||||
</select>
|
||||
|
||||
<select id="selectBillingTemplateByTemplateId" resultType="com.jsowell.pile.vo.web.BillingTemplateVO">
|
||||
|
||||
Reference in New Issue
Block a user