Commit afd337fb authored by 何娜's avatar 何娜

taxh5 fix

parent 1ec07cff
Pipeline #7261 passed with stage
in 2 seconds
...@@ -181,7 +181,7 @@ class PartnerService extends Service { ...@@ -181,7 +181,7 @@ class PartnerService extends Service {
} else { } else {
const dbRes = await ctx.model.NodeLimit.findAll({ const dbRes = await ctx.model.NodeLimit.findAll({
attributes: ['appKey', 'currentCount', 'limitCount'], attributes: ['appKey', 'currentCount', 'limitCount'],
where: { type: 'gjj' }, where: { type: 'tax' },
}); });
if (dbRes) { if (dbRes) {
const appKeyArray = []; const appKeyArray = [];
......
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