Commit 06eeb74b authored by 方建宇's avatar 方建宇

增加销售单号查询

parent 6f15a6da
......@@ -88,6 +88,9 @@
<if test="entity.goodsCode !=null and entity.goodsCode != '' ">
and goods_code like concat('%',#{entity.goodsCode},'%')
</if>
<if test="entity.appCode !=null and entity.appCode != '' ">
and app_code like concat('%',#{entity.appCode},'%')
</if>
ORDER BY sgl.business_id DESC
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment