|
|
@ -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"> |
|
|
|