Commit 84dd47e4 authored by Hsinli's avatar Hsinli

addd

parent b62db576
Pipeline #13664 passed with stage
in 4 seconds
...@@ -338,7 +338,6 @@ class CommonService extends Service { ...@@ -338,7 +338,6 @@ class CommonService extends Service {
} }
let shmfList = await ctx.prometheusModel.CreditShuhemofang.findAll(shmfFilter); let shmfList = await ctx.prometheusModel.CreditShuhemofang.findAll(shmfFilter);
ctx.logger.info({ shmfList: JSON.stringify(shmfList) }); ctx.logger.info({ shmfList: JSON.stringify(shmfList) });
if (shmfList !== undefined && shmfList.length > 0) {
let history = { let history = {
in: false, in: false,
detail: {} detail: {}
...@@ -362,7 +361,6 @@ class CommonService extends Service { ...@@ -362,7 +361,6 @@ class CommonService extends Service {
} }
} }
} }
}
} }
......
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