p-honggang.li
2 天以前 7c2c6a5e5b3d9f96aef3c67573aa62bbd9a3aa7f
src/main/java/com/webmanage/mapper/ReportResultSubmissionMapper.java
@@ -23,7 +23,8 @@
     */
    List<String> selectProductIdsByConditions(
        @Param("industryId") String industryId,
        @Param("unitProjectId") String unitProjectId,
        @Param("unitProjectId") List<String> unitProjectId,
        @Param("importantDistrictId") List<String> importantDistrictId,
        @Param("productTypeId") String productTypeId,
        @Param("productSubTypeId") String productSubTypeId
    );