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