Commit 4a5c4a35 authored by Hsinli's avatar Hsinli

add

parent 02603962
Pipeline #13774 passed with stage
in 19 seconds
......@@ -76,7 +76,7 @@ class PreferentialService extends Service {
let preferentialList = await ctx.prometheusModel.CreditOrderPreferential.findAll(filter);
if (preferentialList !== undefined) {
for (let i in preferentialList) {
if (TypeCretonfigFlip.hasOwnProperty(preferentialList[i].type)) {
if (TypeConfigFlip.hasOwnProperty(preferentialList[i].type)) {
ret[preferentialList[i].alias] = true;
}
}
......
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