|
|
|
|
@ -51,7 +51,7 @@ public interface NegativeMapper extends BaseMapper<Negative> {
|
|
|
|
|
" and sd1.LEVEL=2 AND sd1.statistics_group_id=3" + |
|
|
|
|
" ) " + |
|
|
|
|
"as temp on ng.involveDepartId=temp.id " + |
|
|
|
|
"AND ng.checkStatus<>3 AND problemSourcesCode in (13, 15, 16) " + |
|
|
|
|
"WHERE ng.checkStatus<>3 AND problemSourcesCode in (13, 15, 16) " + |
|
|
|
|
"AND temp.pid=#{departId} AND discoveryTime BETWEEN #{beginTime} AND #{endTime}") |
|
|
|
|
Integer seleGobalMapIconInfoDc(Date beginTime, Date endTime, Integer departId); |
|
|
|
|
|
|
|
|
|
@ -62,7 +62,7 @@ public interface NegativeMapper extends BaseMapper<Negative> {
|
|
|
|
|
" and sd1.LEVEL=2 AND sd1.statistics_group_id=3" + |
|
|
|
|
" ) " + |
|
|
|
|
"as temp on ng.involveDepartId=temp.id " + |
|
|
|
|
"AND ng.checkStatus<>3 AND problemSourcesCode=11 " + |
|
|
|
|
"WHERE ng.checkStatus<>3 AND problemSourcesCode=11 " + |
|
|
|
|
"AND temp.pid=#{departId} AND discoveryTime BETWEEN #{beginTime} AND #{endTime}") |
|
|
|
|
Integer seleGobalMapIconInfoAjhc(Date beginTime, Date endTime, Integer departId); |
|
|
|
|
|
|
|
|
|
@ -73,7 +73,7 @@ public interface NegativeMapper extends BaseMapper<Negative> {
|
|
|
|
|
" and sd1.LEVEL=2 AND sd1.statistics_group_id =3 " + |
|
|
|
|
" ) " + |
|
|
|
|
"as temp on ng.involveDepartId=temp.id " + |
|
|
|
|
"AND ng.checkStatus<>3 AND problemSourcesCode in (21, 22, 23, 24, 25) " + |
|
|
|
|
"WHERE ng.checkStatus<>3 AND problemSourcesCode in (21, 22, 23, 24, 25) " + |
|
|
|
|
"AND temp.pid=#{departId} AND discoveryTime BETWEEN #{beginTime} AND #{endTime}") |
|
|
|
|
Integer seleGobalMapIconInfoXf(Date beginTime, Date endTime, Integer departId); |
|
|
|
|
|
|
|
|
|
@ -84,7 +84,7 @@ public interface NegativeMapper extends BaseMapper<Negative> {
|
|
|
|
|
" and sd1.LEVEL=2 AND sd1.statistics_group_id =3 " + |
|
|
|
|
" ) " + |
|
|
|
|
"as temp on ng.involveDepartId=temp.id " + |
|
|
|
|
"AND ng.checkStatus<>3 AND problemSourcesCode=2 " + |
|
|
|
|
"WHERE ng.checkStatus<>3 AND problemSourcesCode=2 " + |
|
|
|
|
"AND temp.pid=#{departId} AND discoveryTime BETWEEN #{beginTime} AND #{endTime}") |
|
|
|
|
Integer seleGobalMapIconInfoJwpy(Date beginTime, Date endTime, Integer departId); |
|
|
|
|
|
|
|
|
|
@ -95,7 +95,7 @@ public interface NegativeMapper extends BaseMapper<Negative> {
|
|
|
|
|
" and sd1.LEVEL=2 AND sd1.statistics_group_id =3 " + |
|
|
|
|
" ) " + |
|
|
|
|
"as temp on ng.involveDepartId=temp.id " + |
|
|
|
|
"AND ng.checkStatus<>3 AND problemSourcesCode=26 " + |
|
|
|
|
"WHERE ng.checkStatus<>3 AND problemSourcesCode=26 " + |
|
|
|
|
"AND temp.pid=#{departId} AND discoveryTime BETWEEN #{beginTime} AND #{endTime}") |
|
|
|
|
Integer seleGobalMapIconInfoSjdc(Date beginTime, Date endTime, Integer departId); |
|
|
|
|
|
|
|
|
|
|