Commit c9c72373 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents fc3db8d2 9649c7da
......@@ -98,6 +98,8 @@ public class OrderCreateServiceImpl implements OrderCreateService {
entity.setPhone(req.getPhone());
entity.setAddress(req.getAddress());
entity.setBrand(req.getBrand());
entity.setType(req.getType());
entity.setSkill(req.getSkill());
ProductCategoryEntity categoryEntity = productCategoryDao.getProductCategoryEntityByBrandAndTypeAndSkill(req.getBrand(), req.getType(), req.getSkill());
if (categoryEntity == null) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!