Commit 7f6f6bac authored by 何虹's avatar 何虹 💬

userId给默认值-1

parent 3f2dcd8f
...@@ -23,7 +23,7 @@ class Control { ...@@ -23,7 +23,7 @@ class Control {
parms.dbCode = urlParam.dbCode || '' parms.dbCode = urlParam.dbCode || ''
} }
if (!userId) { if (!userId) {
parms.userId = 0 parms.userId = -1
} }
if (!configType && configType !== 0) { if (!configType && configType !== 0) {
parms.configType = -2 parms.configType = -2
......
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