caozixuan 1 год назад
Родитель
Сommit
7afbc0c944

+ 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;