|
@@ -42,8 +42,7 @@ public class RefundRecordService extends SuperService {
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
public ResultContent markState(String refundNo, RefundState refundState) {
|
|
public ResultContent markState(String refundNo, RefundState refundState) {
|
|
|
- markState(refundNo, refundState, null);
|
|
|
|
|
- return ResultContent.buildSuccess();
|
|
|
|
|
|
|
+ return markState(refundNo, refundState, null);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public ResultContent markState(String refundNo, RefundState refundState, List<TransactionLogModel> transactionLogModelList) {
|
|
public ResultContent markState(String refundNo, RefundState refundState, List<TransactionLogModel> transactionLogModelList) {
|