This commit is contained in:
Guoqs
2025-04-29 09:15:29 +08:00
parent 4df1d87b30
commit 299742738b
2 changed files with 7 additions and 9 deletions

View File

@@ -1,7 +1,4 @@
002212024102416494410695447094223949824 002212025032708364310751130756002181120
002212024102419522510695493069857738752 002212025032713064610751198717709881344
002212024102423461110695551898497138688 002212025032717513610751270398786842624
002212024102508132610695679550910730240 002212025032721312510751325715477811200
002212024102508310310695683984625319936
002212024102508502610695688864317952000
002212024102513440210695762749414916096

View File

@@ -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,