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{
private BigDecimal payAmount;
private Long nowTime;
......
......@@ -141,8 +141,8 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe
if (publishGoods == null ){
throw new BaseException("子需求不存在", ResultCode.FAILED_CODE);
}
goodsAmount=publishGoods.getReceiveAmount();
payAmount=payAmount.add(goodsAmount);
goodsAmount = publishGoods.getReceiveAmount();
payAmount = payAmount.add(goodsAmount);
String cover = publishGoods.getCover();
Integer brandId = publishGoods.getBrandId();
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