张磊磊
2023-12-06 e20b7fc2f9380cb6addacfa97b1325edd74f11ac
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/mapper/PipeOutPlanMapper.java
@@ -78,5 +78,6 @@
    * @return
    */
   List<PipeOutPlanMothEntity> findMothListByProIdAndYear(@Param("proId") String proId,
                                                          @Param("year") String year);
                                                          @Param("year") String year,
                                                          @Param("planOutId") String planOutId);
}