|
@@ -126,7 +126,7 @@ public class TradeLogServiceImpl implements TradeLogService {
|
|
// if(pageReqVO.getDistributorId() == null) {
|
|
// if(pageReqVO.getDistributorId() == null) {
|
|
// pageReqVO.setDistributorId(getLoginType.getDistributorId());
|
|
// pageReqVO.setDistributorId(getLoginType.getDistributorId());
|
|
// }
|
|
// }
|
|
- LoginUser loginUser = otaAuthUtils.getLoginUser();
|
|
|
|
|
|
+ LoginUser loginUser = otaAuthUtils.getAgencyLoginUser();
|
|
if(loginUser!=null && loginUser.getDistributorId()!=null){
|
|
if(loginUser!=null && loginUser.getDistributorId()!=null){
|
|
pageReqVO.setDistributorId(loginUser.getDistributorId());
|
|
pageReqVO.setDistributorId(loginUser.getDistributorId());
|
|
}
|
|
}
|