支付记录加paymentId

This commit is contained in:
2024-01-19 14:47:35 +08:00
parent 64671cd421
commit 7edeb2f77c
3 changed files with 39 additions and 10 deletions

View File

@@ -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);
}