智慧农业后台管理
Administrator
2022-06-01 8c6155a0cea4df40a9a6b6c96a845659f8ae0d83
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>