|
|
@@ -332,7 +332,7 @@ public class workorder extends Controller {
|
|
|
rowOneLevel.put("child", lowerRows);
|
|
|
}
|
|
|
}
|
|
|
- row.put("nodes", rowsOneLevel);
|
|
|
+ row.put("nodes", rowsOneLevelMap.get("0"));
|
|
|
/** 工单团队查询 **/
|
|
|
Rows workorderteamRows = dbConnect.runSqlQuery("select t1.*,t2.phonenumber from sys_datateam t1 left join sys_users t2 on t1.userid=t2.userid where t1.siteid='" + siteid
|
|
|
+ "' and t1.ownertable='sa_workorder' and t1.ownerid=" + sa_workorderid);
|