智慧农业后台管理
tangzy
2022-06-01 cc7985b67c900c2673aa92d6d5317a85d69bb01a
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>