优化库存逻辑和单据sku

This commit is contained in:
季圣华
2021-07-28 23:13:37 +08:00
parent f827e7c064
commit 7154492a51
14 changed files with 222 additions and 95 deletions

View File

@@ -141,7 +141,7 @@
</foreach>
</if>
and ifnull(m.delete_flag,'0') !='1'
ORDER BY id desc
ORDER BY me.id desc
<if test="offset != null and rows != null">
limit #{offset},#{rows}
</if>