Commit 16da0210 authored by 罗林杰's avatar 罗林杰

Merge remote-tracking branch 'origin/dev1.0' into dev1.0

parents 2c96345b 06eeb74b
......@@ -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