mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
update
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
002212024102416494410695447094223949824
|
002212025032708364310751130756002181120
|
||||||
002212024102419522510695493069857738752
|
002212025032713064610751198717709881344
|
||||||
002212024102423461110695551898497138688
|
002212025032717513610751270398786842624
|
||||||
002212024102508132610695679550910730240
|
002212025032721312510751325715477811200
|
||||||
002212024102508310310695683984625319936
|
|
||||||
002212024102508502610695688864317952000
|
|
||||||
002212024102513440210695762749414916096
|
|
||||||
|
|||||||
@@ -459,7 +459,7 @@
|
|||||||
t1.del_flag
|
t1.del_flag
|
||||||
FROM pile_billing_detail t1
|
FROM pile_billing_detail t1
|
||||||
JOIN pile_billing_template t2 ON t2.template_code = t1.template_code
|
JOIN pile_billing_template t2 ON t2.template_code = t1.template_code
|
||||||
WHERE t2.id in
|
WHERE t2.id in
|
||||||
<foreach collection="templateIds" item="templateId" open="(" separator="," close=")">
|
<foreach collection="templateIds" item="templateId" open="(" separator="," close=")">
|
||||||
#{templateId,jdbcType=BIGINT}
|
#{templateId,jdbcType=BIGINT}
|
||||||
</foreach>
|
</foreach>
|
||||||
@@ -533,6 +533,7 @@
|
|||||||
<select id="queryStationBillingTemplateList" resultType="com.jsowell.pile.vo.web.BillingTemplateVO">
|
<select id="queryStationBillingTemplateList" resultType="com.jsowell.pile.vo.web.BillingTemplateVO">
|
||||||
select
|
select
|
||||||
t2.id as templateId,
|
t2.id as templateId,
|
||||||
|
t2.status as status,
|
||||||
t2.template_code as templateCode,
|
t2.template_code as templateCode,
|
||||||
t2.name as templateName,
|
t2.name as templateName,
|
||||||
t2.template_remark as remark,
|
t2.template_remark as remark,
|
||||||
@@ -651,4 +652,4 @@
|
|||||||
order by t2.update_time DESC, t2.create_time DESC
|
order by t2.update_time DESC, t2.create_time DESC
|
||||||
limit 1
|
limit 1
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user