Commit 7f776805 authored by libin's avatar libin

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform into base-modify

parents 7bd9205b 212fde59
...@@ -63,10 +63,10 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper,Ap ...@@ -63,10 +63,10 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper,Ap
} }
Integer parentId=relation.getParentId(); Integer parentId=relation.getParentId();
//商品id /* //商品id
Integer goodId=orderWaterDTO.getGoodId(); Integer goodId=orderWaterDTO.getGoodId();
//商品价格 //商品价格
Long price=orderWaterDTO.getPrice(); Long price=orderWaterDTO.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