mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
订单实时数据保存到数据库
This commit is contained in:
@@ -31,17 +31,7 @@ public interface OrderMonitorDataMapper {
|
||||
*/
|
||||
OrderMonitorData selectByPrimaryKey(Integer id);
|
||||
|
||||
/**
|
||||
* update record selective
|
||||
* @param record the updated record
|
||||
* @return update count
|
||||
*/
|
||||
int updateByPrimaryKeySelective(OrderMonitorData record);
|
||||
OrderMonitorData selectByOrderCode(String orderCode);
|
||||
|
||||
/**
|
||||
* update record
|
||||
* @param record the updated record
|
||||
* @return update count
|
||||
*/
|
||||
int updateByPrimaryKey(OrderMonitorData record);
|
||||
OrderMonitorData selectByTransactionCode(String transactionCode);
|
||||
}
|
||||
Reference in New Issue
Block a user