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