交易分账 重构

This commit is contained in:
2023-08-28 16:49:48 +08:00
parent e4d3d481da
commit 2f1900e65b
7 changed files with 84 additions and 44 deletions

View File

@@ -38,9 +38,9 @@ public interface OrderPayRecordMapper {
int insertOrUpdateSelective(OrderPayRecord record);
int deleteByPrimaryKey(Integer id);
// int deleteByPrimaryKey(Integer id);
int updateByPrimaryKey(OrderPayRecord record);
// int updateByPrimaryKey(OrderPayRecord record);
List<OrderPayRecord> getOrderPayRecordList(@Param("orderCode") String orderCode);
}