给销售相关的单据接口增加销售人员的查询参数
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user