Commit 88ba63ba authored by hezhen's avatar hezhen

Merge branch 'master_chw_publish' into dev-chw

# Conflicts:
#	xx-vehicle/xx-vehicle-api/src/main/java/com/xxfc/platform/vehicle/pojo/dto/VehiclePublishReceiveDTO.java
#	xx-vehicle/xx-vehicle-server/src/main/java/com/xxfc/platform/vehicle/biz/VehiclePublishReceiveBiz.java
parents 1510653f 97845336
...@@ -73,8 +73,7 @@ public class VehiclePublishReceiveDTO{ ...@@ -73,8 +73,7 @@ public class VehiclePublishReceiveDTO{
private BigDecimal payAmount; private BigDecimal payAmount;
private Long nowTime; private Long nowTime;
......
...@@ -141,8 +141,8 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe ...@@ -141,8 +141,8 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe
if (publishGoods == null ){ if (publishGoods == null ){
throw new BaseException("子需求不存在", ResultCode.FAILED_CODE); throw new BaseException("子需求不存在", ResultCode.FAILED_CODE);
} }
goodsAmount=publishGoods.getReceiveAmount(); goodsAmount = publishGoods.getReceiveAmount();
payAmount=payAmount.add(goodsAmount); payAmount = payAmount.add(goodsAmount);
String cover = publishGoods.getCover(); String cover = publishGoods.getCover();
Integer brandId = publishGoods.getBrandId(); Integer brandId = publishGoods.getBrandId();
Integer categoryId = publishGoods.getCategoryId(); Integer categoryId = publishGoods.getCategoryId();
......
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