|
|
@@ -126,7 +126,6 @@ public class WorkContactEmployeeServiceImpl extends ServiceImpl<WorkContactEmplo
|
|
|
|
|
|
mainObj.setAuthId(authUser.getId());
|
|
|
mainObj.setAuthName(authUser.getName());
|
|
|
- mainObj.setTotalNum(entityList.size());
|
|
|
SetUserTagMainService.save(mainObj);
|
|
|
|
|
|
for (int i = 0;i<row.size();i++) {
|
|
|
@@ -149,9 +148,9 @@ public class WorkContactEmployeeServiceImpl extends ServiceImpl<WorkContactEmplo
|
|
|
entityList.add(obj);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
setUserTagService.saveBatch(entityList);
|
|
|
-
|
|
|
+ mainObj.setTotalNum(entityList.size());
|
|
|
+ SetUserTagMainService.updateById(mainObj);
|
|
|
|
|
|
return null;
|
|
|
}
|