fix(SPG-536) Search Metode Pembayaran by Tipe Error

pull/2/head
ashar 2024-06-19 12:42:43 +07:00
parent 5880a6051f
commit bc8b79b9c9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export class IndexPaymentMethodManager extends BaseIndexManager<PaymentMethodEnt
data: this.filterParam.issuers,
},
{
cols: `${this.tableName}.type`,
cols: `${this.tableName}.type::text`,
data: this.filterParam.types,
},
{