给销售相关的单据接口增加销售人员的查询参数

This commit is contained in:
jishenghua
2025-06-17 23:32:23 +08:00
parent d5e535fbd6
commit c6f7b63e95
4 changed files with 8 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ public interface DepotHeadMapperEx {
@Param("depotId") Long depotId,
@Param("depotArray") String[] depotArray,
@Param("accountId") Long accountId,
@Param("salesMan") String salesMan,
@Param("remark") String remark);
List<MaterialsListVo> findMaterialsListMapByHeaderIdList(