Преглед изворни кода

fix:收银台初始化时integer overflow导致商品列表等信息不显示

huangjinliang пре 1 недеља
родитељ
комит
e8cdd38956

+ 0 - 1
fuintBackend/fuint-application/src/main/java/com/fuint/module/backendApi/controller/BackendCashierController.java

@@ -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;