Browse Source

其他出库单分页列表数据排序

master
God 3 years ago
parent
commit
1e05c813a0
  1. 2
      anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmotherinbound/ScmOtherInboundMapper.xml

2
anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmotherinbound/ScmOtherInboundMapper.xml

@ -4,7 +4,7 @@
<!-- <where> ${ew.sqlSegment} </where>-->
<!-- ${ew.customSqlSegment} -->
<select id="selectPageVo" resultType="com.yxt.anrui.scm.api.scmotherinbound.ScmOtherInboundVo">
SELECT * FROM scm_other_inbound <where> ${ew.sqlSegment} </where>
SELECT * FROM scm_other_inbound <where> ${ew.sqlSegment} </where> order by createTime DESC
</select>
<select id="selectListAllVo" resultType="com.yxt.anrui.scm.api.scmotherinbound.ScmOtherInboundVo">

Loading…
Cancel
Save