Commit fa56abbd authored by 李尚科's avatar 李尚科

gjj product fix

parent 9f5e97e0
......@@ -112,7 +112,7 @@ class ProductService extends Service {
}
//1 授信贷;2 信用卡;3 普通信用卡;4 普通贷款
async getAllProductsByType(type, elements = []) {
async getAllProductsByType(type, elements = ['business_id', 'logo', 'url', 'name', 'alias', 'rate', 'rate_title', 'min_amount', 'max_amount','feature','abridge_desc','recommend_sorter']) {
const { ctx } = this;
const url = this.config.NODE_BASE_URL + '/cassandra-server/bu_basic/list?type=' + type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment