|
|
@@ -618,7 +618,7 @@ public class VendorsServiceImpl implements VendorService {
|
|
|
distribute = distributes.get(0);
|
|
|
boolean isNotTransfer = null == distribute.getDistribute() || Constant.NO == distribute.getDistribute();
|
|
|
if (!Objects.equals(distribute.getLeaderUU(), currentUserUU) || isNotTransfer) {
|
|
|
- distribute.setLeaderUU(SystemSession.getUser().getUserUU());
|
|
|
+ distribute.setLeaderUU(currentUserUU);
|
|
|
distribute.setIsTransfer(Constant.YES);
|
|
|
saveList.add(distribute);
|
|
|
}
|