优化单据的商品明细选择接口的排序
This commit is contained in:
@@ -547,7 +547,7 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
)
|
)
|
||||||
and ifnull(m.delete_flag,'0') !='1'
|
and ifnull(m.delete_flag,'0') !='1'
|
||||||
order by me.id desc
|
order by m.id desc, me.default_flag desc, me.id asc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getMaterialByBarCodeAndWithOutMId" parameterType="com.jsh.erp.datasource.entities.MaterialExample" resultMap="ResultAndUnitMap">
|
<select id="getMaterialByBarCodeAndWithOutMId" parameterType="com.jsh.erp.datasource.entities.MaterialExample" resultMap="ResultAndUnitMap">
|
||||||
|
|||||||
Reference in New Issue
Block a user