|
|
@@ -203,6 +203,7 @@ public class DistributeController {
|
|
|
throw new BusinessRuntimeException("平台错误");
|
|
|
}
|
|
|
goodsDon.setRate(rate.getRate());
|
|
|
+ goodsDon.setSecondRate(rate.getSecondRate());
|
|
|
goodsDonMapper.updateById(goodsDon);
|
|
|
}
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult("编辑成功");
|