mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
update 后管订单详情页查询退款信息
This commit is contained in:
@@ -15,4 +15,5 @@ public interface IMemberWalletLogService {
|
||||
|
||||
int updateByPrimaryKey(MemberWalletLog record);
|
||||
|
||||
MemberWalletLog getOrderRecord(String orderCode, String type);
|
||||
}
|
||||
|
||||
@@ -43,4 +43,9 @@ public class MemberWalletLogServiceImpl implements IMemberWalletLogService {
|
||||
return memberWalletLogMapper.updateByPrimaryKey(record);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MemberWalletLog getOrderRecord(String orderCode, String type) {
|
||||
return memberWalletLogMapper.getOrderRecord(orderCode, type);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user