|
@@ -399,7 +399,7 @@ public class WebsitPurchaseRetLogic {
|
|
noteStr = (String) row.get(5);
|
|
noteStr = (String) row.get(5);
|
|
}
|
|
}
|
|
|
|
|
|
- if (i == 0 && adminUser.getType() == 1) {
|
|
|
|
|
|
+ if (i == 0) {
|
|
adminWebsit = websitMap.get(websitStr);
|
|
adminWebsit = websitMap.get(websitStr);
|
|
if (Objects.isNull(adminWebsit)) {
|
|
if (Objects.isNull(adminWebsit)) {
|
|
throw new RemoteServiceException("网点信息不存在");
|
|
throw new RemoteServiceException("网点信息不存在");
|