卡片信息详情接口完善

This commit is contained in:
fanzongzhe
2023-11-24 18:09:31 +08:00
parent db70794994
commit 859212ce8c

View File

@@ -8,7 +8,7 @@
<select id="recordListPage" resultType="com.yxt.yyth.api.lpkcardbuildrecord.LpkCardBuildRecordVo"> <select id="recordListPage" resultType="com.yxt.yyth.api.lpkcardbuildrecord.LpkCardBuildRecordVo">
select select
r.sid, r.sid,
r.date_format(buildDate, '%Y-%m-%d') as buildDate, date_format(r.buildDate, '%Y-%m-%d') as buildDate,
r.countNumber, r.countNumber,
r.startNumber, r.startNumber,
r.endNumber, r.endNumber,