ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/impl/ShopPointServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/impl/ShopPointServiceImpl.java
@@ -52,7 +52,7 @@ SysUser sysUser = sysUserClient.getSysUser(userid).getData(); List<Shop> shopList = shopService.list(new LambdaQueryWrapper<Shop>() .eq(Shop::getAppUserId,sysUser.getAppUserId())); .eq(Shop::getAppUserId,sysUser.getObjectId())); Integer sPoint = 0; Integer shopCommissionPoint = 0; Integer subShopCommissionPoint = 0;