组织架构图:在编数bug优化
This commit is contained in:
parent
9f41a40d6e
commit
e44f87e3f9
|
|
@ -129,7 +129,7 @@ public class ChartServiceImpl extends Service implements ChartService {
|
|||
topChartPO.setFobjid(rs.getString("id"));
|
||||
topChartPO.setFname(rs.getString("name"));
|
||||
topChartPO.setOnJobNum(Util.getIntValue(rs.getString("on_job_num"),0));
|
||||
topChartPO.setStaffNum(Util.getIntValue(rs.getString("on_job_num"),0));
|
||||
topChartPO.setStaffNum(Util.getIntValue(rs.getString("staff_num"),0));
|
||||
topChartPO.setParentId(null);
|
||||
topChartPO.setExpand("1");
|
||||
topChartPO.setFisvitual(rs.getString("isvitual"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue