删除排序

master
WeiRan 2024-09-01 22:40:14 +08:00
parent de40183ddc
commit f300e99379
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public class ApiManageController {
java.util.Date registrantDate = Date.from(today.atStartOfDay(ZoneId.systemDefault()).toInstant());
productAddReq.setProductShelvesdate(registrantDate);
productAddReq.setProductState(0);
productAddReq.setProductPrice(productAddReq.getTimemoney());
Product product = Product.addProductList(productAddReq);
apiManageService.save(product);
Integer productId = product.getProductId();