bug
jiangping
2023-11-06 3d58925015cfd3da9a899d440333437d6f7c80ac
server/platform/src/main/java/com/doumee/api/business/GoodsorderController.java
@@ -17,9 +17,11 @@
import com.doumee.dao.business.web.response.GoodsorderDetailDTO;
import com.doumee.service.business.GoodsorderService;
import com.doumee.service.business.GoodsorderService;
import com.doumee.service.business.RefundService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.checkerframework.checker.units.qual.C;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@@ -40,6 +42,8 @@
    @Autowired
    private GoodsorderService goodsorderService;
    @Autowired
    private RefundService refundService;
    @PreventRepeat