|
@@ -416,7 +416,7 @@ public class KwpGoodsService {
|
|
|
supplyEntIds.add(e.getManager());
|
|
supplyEntIds.add(e.getManager());
|
|
|
}
|
|
}
|
|
|
if (Objects.nonNull(e.getCreateBy())){
|
|
if (Objects.nonNull(e.getCreateBy())){
|
|
|
- supplyEntIds.add(e.getCreateBy());
|
|
|
|
|
|
|
+ userIds.add(e.getCreateBy());
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
//地址信息
|
|
//地址信息
|