|
@@ -2032,7 +2032,7 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
|
|
|
if(ObjectUtils.equals(order.getStatus(),2)){
|
|
|
FsStoreAfterSalesParam fsStoreAfterSalesParam = new FsStoreAfterSalesParam();
|
|
|
fsStoreAfterSalesParam.setOrderCode(order.getOrderCode());
|
|
|
- fsStoreAfterSalesParam.setRefundAmount(order.getRefundMoney());
|
|
|
+ fsStoreAfterSalesParam.setRefundAmount(order.getPayMoney());
|
|
|
fsStoreAfterSalesParam.setServiceType(1);
|
|
|
fsStoreAfterSalesParam.setReasons("后台手动退款流程");
|
|
|
fsStoreAfterSalesParam.setExplainImg(null);
|