This commit is contained in:
2023-12-25 15:55:58 +08:00
parent f957218dfa
commit e21b04e3a1

View File

@@ -35,7 +35,7 @@
<where>
${ew.sqlSegment}
</where>
ORDER BY card.isItInvalid asc,card.bindDate desc
ORDER BY card.isItInvalid desc,card.bindDate desc
</select>
<select id="selctMaxSerNum" resultType="java.lang.String">
SELECT MAX(serialNumber) as sNo