src/main/resources/mapper/LocDetlMapper.xml
@@ -30,6 +30,18 @@ <if test="matnr!=null and matnr!='' "> and a.matnr like '%' + #{matnr} + '%' </if> <if test="maktx!=null and maktx!='' "> and a.maktx like '%' + #{maktx} + '%' </if> <if test="anfme!=null and anfme!='' "> and a.anfme like '%' + #{anfme} + '%' </if> <if test="altme!=null and altme!='' "> and a.altme like '%' + #{altme} + '%' </if> <if test="startTime!=null and endTime!=null"> and a.modi_time between #{startTime} and #{endTime} </if> </sql> <select id="getStockOutPage" resultMap="BaseResultMap">