|
|
|
@ -230,7 +230,7 @@ public class RefundServiceImpl implements RefundService, ApplicationEventPublish
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
@Transactional
|
|
|
|
|
// @Transactional
|
|
|
|
|
public JSONObject newReviewRefundOrder(String orderId, BigDecimal fee, boolean original, String remark, JSONObject manager) {
|
|
|
|
|
JSONObject reviewOrder = refundReviewMapper.findUnResolveByOrderId(orderId);
|
|
|
|
|
reviewOrder.put("status", 1);
|
|
|
|
|