|
|
@@ -208,7 +208,7 @@ public class docManage extends Controller {
|
|
|
if ("true".equals(status)) {
|
|
|
return getSucReturnObject().toString();
|
|
|
} else {
|
|
|
- return getErrReturnObject().toString();
|
|
|
+ return getErrReturnObject().setErrMsg(status).toString();
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -256,7 +256,7 @@ public class docManage extends Controller {
|
|
|
if (Status.equals("true")) {
|
|
|
return getSucReturnObject().toString();
|
|
|
} else {
|
|
|
- return getErrReturnObject().toString();
|
|
|
+ return getErrReturnObject().setErrMsg(Status).toString();
|
|
|
}
|
|
|
}
|
|
|
|