mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
支付记录加paymentId
This commit is contained in:
@@ -35,6 +35,11 @@ public class OrderPayRecord {
|
||||
*/
|
||||
private BigDecimal payAmount;
|
||||
|
||||
/**
|
||||
* 支付id
|
||||
*/
|
||||
private String paymentId;
|
||||
|
||||
/**
|
||||
* 收单机构(0-本账户余额;1-微信支付;2-汇付支付)
|
||||
*/
|
||||
|
||||
@@ -38,9 +38,5 @@ public interface OrderPayRecordMapper {
|
||||
|
||||
int insertOrUpdateSelective(OrderPayRecord record);
|
||||
|
||||
// int deleteByPrimaryKey(Integer id);
|
||||
|
||||
// int updateByPrimaryKey(OrderPayRecord record);
|
||||
|
||||
List<OrderPayRecord> getOrderPayRecordList(@Param("orderCode") String orderCode);
|
||||
}
|
||||
Reference in New Issue
Block a user