src/main/resources/mapper/LocDetlMapper.xml
@@ -106,6 +106,9 @@ <if test="batch!=null and batch!='' "> and a.batch like '%' + #{batch} + '%' </if> <if test="specs!=null and specs!='' "> and a.specs like '%' + #{specs} + '%' </if> </sql> <select id="getStockOutPage" resultMap="BaseResultMap">