智慧农业后台管理
guoshilong
2022-07-26 4f6f313d842301106ac9dc79bf39d5ba5f571899
src/main/java/org/springblade/modules/farmplant/mapper/FarmProductStockMapper.xml
@@ -357,6 +357,9 @@
        <if test="farmProductStock.tenantId!=null and farmProductStock.tenantId!=''">
            and sfps.tenant_id = #{farmProductStock.tenantId}
        </if>
        <if test="farmProductStock.strainType !=null and farmProductStock.strainType !='' ">
            and ss.strain_type = #{farmProductStock.strainType}
        </if>
    </select>
    <!--销售对比库存是否充足-->