Commit 59092f35 by huluobin

update

parent 84e323fb
...@@ -164,6 +164,7 @@ public class OrderManageServiceImpl extends ServiceImpl<OrderManageMapper, Order ...@@ -164,6 +164,7 @@ public class OrderManageServiceImpl extends ServiceImpl<OrderManageMapper, Order
.servePicturePath(baseServe.getPicturePath()) .servePicturePath(baseServe.getPicturePath())
.servePrice(baseServe.getPrice()) .servePrice(baseServe.getPrice())
.serveType(baseType.getName()) .serveType(baseType.getName())
.serveTypeId(baseType.getId())
//服务价格 //服务价格
.price(baseServe.getPrice()) .price(baseServe.getPrice())
.payPrice(baseServe.getPrice()) .payPrice(baseServe.getPrice())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment