叶松
2023-11-24 ef1fe4aa7c40c329cd8800a06ca02fc8341775ee
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);
}