Commit 679a9a19 authored by Hsinli's avatar Hsinli

add

parent ff445877
Pipeline #13772 passed with stage
in 24 seconds
......@@ -74,6 +74,7 @@ class PreferentialService extends Service {
}
}
let preferentialList = await ctx.prometheusModel.CreditOrderPreferential.findAll(filter);
ctx.logger.info({ preferentialList: JSON.stringify(preferentialList) });
if (preferentialList !== undefined) {
for (let i in preferentialList) {
if (TypeConfig.hasOwnProperty(preferentialList[i].alias)) {
......
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