...
|
...
|
@@ -29,8 +29,8 @@ public interface EntrySellerRechargeOrderMapper { |
|
|
|
|
|
int updateReturnDepositByOrderCode(@Param("orderCode") long orderCode, @Param("amount") BigDecimal amount, @Param("status") Integer status, @Param("updateTime") Integer updateTime);
|
|
|
|
|
|
EntrySellerRechargeOrder selectByOrderCodeUid(long orderCode, int uid);
|
|
|
EntrySellerRechargeOrder selectByOrderCodeUid(@Param("orderCode")long orderCode, @Param("uid")int uid);
|
|
|
|
|
|
EntrySellerRechargeOrder selectByOrderCode(long orderCode);
|
|
|
EntrySellerRechargeOrder selectByOrderCode(@Param("orderCode")long orderCode);
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|