@@ -24,7 +24,7 @@ func (c *WorkOrderController) Prepare() {
// 列表 -
func (c *WorkOrderController) List() {
if c.User_r.T_pid > 0 {
- c.Data["json"] = lib.JSONS{Code: 201, Msg: "无权查看!"}
+ c.Data["json"] = lib.JSONS{Code: 202, Msg: "无权查看!"}
c.ServeJSON()
return
}