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> <!--销售对比库存是否充足-->