Merge branch 'feature/djp' into develop

pull/163/MERGE
MustangDen 3 years ago
commit f4f222ba91

@ -74,7 +74,7 @@ public class OrgChartServiceImpl extends Service implements OrgChartService {
}
String whereSql = " where 1 = 1 ";
whereSql += " and (fdatebegin <= '"+ date +"' and fdateend >= '"+ date +"') or (fdatebegin <= '"+ date +"' and fdateend is null ) ";
whereSql += " and ((fdatebegin <= '"+ date +"' and fdateend >= '"+ date +"') or (fdatebegin <= '"+ date +"' and fdateend is null )) ";
whereSql += " and fclass = " + fclass +" ";
if("0".equals(fisvitual)) {
@ -158,7 +158,7 @@ public class OrgChartServiceImpl extends Service implements OrgChartService {
}
String whereSql = " where 1 = 1 ";
whereSql += " and (t.fdatebegin <= '"+ date +"' and t.fdateend >= '"+ date +"') or (t.fdatebegin <= '"+ date +"' and t.fdateend is null ) ";
whereSql += " and ((t.fdatebegin <= '"+ date +"' and t.fdateend >= '"+ date +"') or (t.fdatebegin <= '"+ date +"' and t.fdateend is null )) ";
whereSql += " and t.fclass = " + fclass +" ";
if("0".equals(fisvitual)) {

Loading…
Cancel
Save