修改接口调用部分

dev2
WeiRan 2024-08-29 16:51:33 +08:00
parent 6b81784684
commit 0d133c09eb
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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