lxw
2023-02-28 56a4c2790b76f92978c5cd250e64dd421353724a
src/main/java/com/whyc/mapper/BOMFeedbakMapper.java
@@ -16,4 +16,7 @@
    //查询接收者反馈不同状态
    List<BOMFeedback> getRecevierStatus(@Param("id")Long id, int flag);
    //当是杨红兰查看时,只有杨红兰的排在最前面
    List getRecevierYHL(@Param("id")Long id, String name, int flag);
}