bug
liujie
2023-10-24 619eda5fec50898f555a8c2693a9c4c959d96568
cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TGoodsController.java
@@ -521,7 +521,14 @@
                }catch (Exception e){
                    e.printStackTrace();
                }
            }else if(useScope==1){
                Integer id = pointMercharsClient.add(pointsMerchandise);
            }
        }else {
            Integer id = pointMercharsClient.add(pointsMerchandise);
        }
        return new SuccessTip<>();