Commit 589ed731 by 蒋勇

d

parent 18595489
...@@ -17,6 +17,8 @@ class PricecatCtl extends CtlBase { ...@@ -17,6 +17,8 @@ class PricecatCtl extends CtlBase {
if(rtn){ if(rtn){
if(rtn.status==-1){ if(rtn.status==-1){
return system.getResult(null,rtn.msg) return system.getResult(null,rtn.msg)
}else{
return system.getResult({})
} }
} }
return system.getResult({}) return system.getResult({})
......
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