@@ -115,7 +115,6 @@ public class BackendCashierController extends BaseController {
}
-
TAccount accountInfo = accountService.getAccountInfoById((accountDto.getId()));
Long storeId = (accountInfo.getStoreId() == null || accountInfo.getStoreId() < 1) ? 0 : accountInfo.getStoreId();
MtStore storeInfo = null;