Commit 1c770ba1 authored by 姜登's avatar 姜登

type

parent 1023774e
Pipeline #22144 passed with stage
in 4 seconds
...@@ -76,7 +76,7 @@ class UserDetailService extends Service { ...@@ -76,7 +76,7 @@ class UserDetailService extends Service {
} }
}); });
let type = 'YzbillCost'; let type = 'YzbillCost';
if (start_date.length === '7') { if (start_date.length === 7) {
type = 'YzbillCostMonth'; type = 'YzbillCostMonth';
} }
where = { where = {
......
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