|
@@ -98,14 +98,14 @@ public class CmMallOrganizeService extends CrudService<CmMallOrganizeDao, CmMall
|
|
|
if (null != operaId) {
|
|
|
// 删除采购员
|
|
|
organizeDao.updateService(operaId);
|
|
|
- /*List<Integer> collect = new ArrayList<>();
|
|
|
+ List<Integer> collect = new ArrayList<>();
|
|
|
collect.add(operaId);
|
|
|
List<NewCmClub> clubList = organizeDao.getClubNameList(collect);
|
|
|
// 更改采购员名下机构 用户采购员信息
|
|
|
clubList.forEach(c -> {
|
|
|
- organizeDao.updateClub(1342, c.getClubID());
|
|
|
- organizeDao.updateUser(1342, c.getUserID());
|
|
|
- });*/
|
|
|
+ organizeDao.updateClub(c.getClubID());
|
|
|
+ organizeDao.updateUser(c.getUserID());
|
|
|
+ });
|
|
|
}
|
|
|
/*if (null != userId) {
|
|
|
// 删除用户
|