Commit 515bbb32 by 徐高华

活码修改

parent d0067066
......@@ -220,12 +220,15 @@ public class HmClerkRelationServiceImpl implements HmClerkRelationService {
String name = qdto.getOptName() ;
String taskName = "批量修改多人活码";
if(modifyMap.size()==0) {
return ServiceResponse.failure("9999", "没有需要处理的活码") ;
}
String taskId = this.createModifyHmTask(wxEnterpriseId, taskName, clerkId,
name, SyncTaskTypeEnum.BATCH_MODIFY_HM.getType());
if (StringUtils.isBlank(taskId)) {
return ServiceResponse.failure("9999", "创建任务失败") ;
}
if(CollectionUtils.isNotEmpty(errList)) {
List<TabHaobanPreDealLog> dealLogList = new ArrayList<>() ;
for(HmBatchModifyResultDTO err : errList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment