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;