pad接口-请领车界面-物料信息查询:调整物料排序方式
This commit is contained in:
parent
a75c7b31a9
commit
ad2a858faa
|
|
@ -252,6 +252,7 @@
|
||||||
${ew.customSqlSegment}
|
${ew.customSqlSegment}
|
||||||
ORDER BY
|
ORDER BY
|
||||||
IF(a.zhiDingId IS NULL, 0, 1) DESC,
|
IF(a.zhiDingId IS NULL, 0, 1) DESC,
|
||||||
a.zhiDingTime DESC
|
a.zhiDingTime DESC,
|
||||||
|
a.pinyin asc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue