|
@@ -4,6 +4,7 @@ import com.ruoyi.ccb.domain.*;
|
|
import com.ruoyi.ccb.domain.basic.Page;
|
|
import com.ruoyi.ccb.domain.basic.Page;
|
|
import com.ruoyi.ccb.service.CcbHttpService;
|
|
import com.ruoyi.ccb.service.CcbHttpService;
|
|
import lombok.AllArgsConstructor;
|
|
import lombok.AllArgsConstructor;
|
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@@ -19,7 +20,10 @@ import org.springframework.web.bind.annotation.RestController;
|
|
@RequestMapping("/ccb")
|
|
@RequestMapping("/ccb")
|
|
public class CcbController {
|
|
public class CcbController {
|
|
|
|
|
|
- private final CcbHttpService ccbHttpService;
|
|
|
|
|
|
+ @Autowired
|
|
|
|
+ private CcbHttpService ccbHttpService;
|
|
|
|
+
|
|
|
|
+ //private final CcbHttpService ccbHttpService;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 查询保管凭证号
|
|
* 查询保管凭证号
|