|
@@ -107,7 +107,7 @@ public class IndicatorServiceImpl extends ServiceImpl<IndicatorMapper, Indicator
|
|
|
public List<Indicator> listAll(String id, String indicatorName, String indicatorCode, String binSection, String binStage, String dept, String company,String evaluationCycle) {
|
|
|
|
|
|
List<Indicator> list = null;
|
|
|
- if (evaluationCycle.length() > 0){
|
|
|
+ if (null != evaluationCycle){
|
|
|
evaluationCycle = evaluationCycle.replaceAll("ALL","");
|
|
|
list = baseMapper.seleclistAll(id, indicatorName, indicatorCode, binSection, binStage, dept, company,evaluationCycle);
|
|
|
}
|