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