public interface CustomOrderMapper
| Modifier and Type | Method and Description |
|---|---|
CustomOrder |
getCustomOrder(String xunleiPayId) |
List<String> |
getXunleiPayIdByTypeAndStatus(String type,
String status) |
void |
saveCustomOrder(CustomOrder customOrder) |
void |
updateCustomOrderStatus(String xunleiPayId,
String status,
String failMsg)
更新status和failMsg字段
|
void saveCustomOrder(CustomOrder customOrder)
customOrder - CustomOrder getCustomOrder(String xunleiPayId)
xunleiPayId - List<String> getXunleiPayIdByTypeAndStatus(String type, String status)
type - status - Copyright © 2016. All rights reserved.