增加商品按条码 名称 规格查询的接口(调整排序)

This commit is contained in:
季圣华
2023-03-23 01:27:17 +08:00
parent 6d93c05f92
commit 7029b8d8a1

View File

@@ -307,6 +307,7 @@
and (me.bar_code like #{bindKey} or m.name like #{bindKey} or m.standard like #{bindKey} or m.model like #{bindKey}) and (me.bar_code like #{bindKey} or m.name like #{bindKey} or m.standard like #{bindKey} or m.model like #{bindKey})
</if> </if>
and ifnull(m.delete_flag,'0') !='1' and ifnull(m.delete_flag,'0') !='1'
order by m.id desc, me.default_flag desc, me.id asc
limit 0,20 limit 0,20
</select> </select>