src/main/resources/mapper/OrderDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/OrderDetlMapper.xml
@@ -83,7 +83,7 @@ <sql id="pakOutPageCondition"> <if test="order_id!=null and order_id!='' "> and mod.order_id like '%' + #{order_id} + '%' and mod.order_id = #{order_id} </if> <if test="matnr!=null and matnr!='' "> and mod.matnr like '%' + #{matnr} + '%'