|
|
@@ -15,5 +15,5 @@ import java.util.List;
|
|
|
@Mapper
|
|
|
public interface WalletBillMapper extends BaseMapper<WalletBill> {
|
|
|
List<WalletBill> findByOwner(@Param("pageSize") int pageSize, @Param("owner") long owner);
|
|
|
- WalletDetail findByTypeAndOwner(int type, long owner);
|
|
|
+ WalletDetail findByTypeAndOwner(@Param("type") int type, @Param("owner") long owner);
|
|
|
}
|