lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/ProductMixMapper.java
@@ -6,7 +6,6 @@ import org.jeecg.modules.dnc.entity.ProductMix; public interface ProductMixMapper extends BaseMapper<ProductMix> { @Select("SELECT * FROM nc_product_mix WHERE id = #{productId} AND tree_type = 1") ProductMix findByProductId(@Param("productId") String productId); @@ -24,6 +23,5 @@ @Select("SELECT * FROM nc_product_mix WHERE id = #{worksiteId} AND tree_type = 6") ProductMix findByWorksiteId(@Param("operationId") String worksiteId); }