|
@@ -34,7 +34,7 @@ public class ProductManagementServiceImpl implements IProductManagementService {
|
|
Date now = new Date();
|
|
Date now = new Date();
|
|
productManagement.setGmtCreate(now);
|
|
productManagement.setGmtCreate(now);
|
|
productManagement.setGmtUpdate(now);
|
|
productManagement.setGmtUpdate(now);
|
|
- productManagement.setStatus("待发布");
|
|
|
|
|
|
+ productManagement.setStatus("未上架");
|
|
return productManagementMapper.insert(productManagement)>0;
|
|
return productManagementMapper.insert(productManagement)>0;
|
|
}
|
|
}
|
|
|
|
|