소스 검색

add:人员调配保存

caozixuan 1 년 전
부모
커밋
7afbc0c944
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      sop-business/src/main/java/com/qmth/sop/business/service/TBUserArchivesAllocationService.java

+ 2 - 2
sop-business/src/main/java/com/qmth/sop/business/service/TBUserArchivesAllocationService.java

@@ -56,9 +56,9 @@ public interface TBUserArchivesAllocationService extends IService<TBUserArchives
             String area, String customName, Integer gap, Long regionId);
 
     /**
-     * 分配派单
+     * 人员调配
      *
-     * @param userArchivesAllocationParam 派单参数
+     * @param userArchivesAllocationParam 调配参数
      */
     void editCrmAllocation(UserArchivesAllocationParam userArchivesAllocationParam) throws InterruptedException;