修改接口调用部分
parent
6b81784684
commit
0d133c09eb
|
@ -15,7 +15,6 @@ import org.springframework.validation.annotation.Validated;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
@Log4j2
|
@Log4j2
|
||||||
@RestController
|
@RestController
|
||||||
|
|
|
@ -30,7 +30,9 @@
|
||||||
product_sales,
|
product_sales,
|
||||||
product_type,
|
product_type,
|
||||||
product_shelvesdate,
|
product_shelvesdate,
|
||||||
product_address
|
api_address,
|
||||||
|
return_format,
|
||||||
|
request_method
|
||||||
FROM
|
FROM
|
||||||
myapi
|
myapi
|
||||||
LEFT JOIN product ON myapi.product_id = product.product_id
|
LEFT JOIN product ON myapi.product_id = product.product_id
|
||||||
|
|
Loading…
Reference in New Issue