邱宇豪
2023-11-23 3e5565088aaf858b1e631e796083312e1e4d74c0
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);
}