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