This commit is contained in:
齐天大圣 2024-03-28 10:17:11 +08:00
parent 24d5f29126
commit 3a5c70f9cf

View File

@ -258,7 +258,7 @@ public class BackendSourceController extends BaseController {
if (ObjectUtils.isNotEmpty(account.getDeptType()) && account.getDeptType().equals("3")){
account.setMerchantId(2);
}else {
account.setMerchantId(3);
account.setMerchantId(1);
}
String token = request.getHeader("Access-Token");
AccountInfo accountInfo = TokenUtil.getAccountInfoByToken(token);