mitao
2025-01-17 afa0dbb4f54e7244835dd67ec33c3e545f122f71
ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/controller/miniapp/AppConsumerController.java
@@ -12,12 +12,12 @@
import com.ruoyi.system.api.service.RemoteMemberService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.util.List;
/**
@@ -32,13 +32,13 @@
@RequestMapping("/app/consumer")
public class AppConsumerController {
    @Autowired
    @Resource
    private RemoteMemberService memberService;
    @Autowired
    @Resource
    private ConsumerGoodsService consumerGoodsService;
    @Autowired
    @Resource
    private UserServiceRecordService userServiceRecordService;
    @RequestMapping(value = "/pageUserConsumerGoods", method = RequestMethod.POST)