src/main/java/org/springblade/modules/stockrecord/mapper/StockrecordMapper.xml
@@ -77,8 +77,8 @@ <if test="stockrecord.stype!=null and stockrecord.stype != ''"> and stf.type = #{stockrecord.stype} </if> <if test="stockrecord.stockId1!=null and stockrecord.stockId1 != ''"> and st.stock_id1 = #{stockrecord.stockId1} <if test="stockrecord.sid!=null and stockrecord.sid != ''"> and st.sid = #{stockrecord.sid} </if> </select> </mapper>