Commit 0f9f92b2 by 王勇飞

Merge branch 'center-manage' of gitlab.gongsibao.com:jiangyong/zhichan into center-manage

parents 913b9a15 589ed731
...@@ -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