12/25
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user