代码调整
This commit is contained in:
@@ -129,13 +129,13 @@ public class AreaCountServiceImpl implements AreaCountService {
|
||||
/*在运的字典表id,配网1,2,3类监测点字典表id用于for循环中过滤*/
|
||||
String lineTypeOneId = redisUtil.getStringByKey (NAME_KEY +
|
||||
SPLIT_SIGN + DicDataTypeEnum.LINE_SORT.getCode ( ) +
|
||||
SPLIT_SIGN + DicDataEnum.LINE_ONE.getCode ( ));
|
||||
SPLIT_SIGN + DicDataEnum.ONE_LINE.getCode ( ));
|
||||
String lineTypeTwoId = redisUtil.getStringByKey (NAME_KEY +
|
||||
SPLIT_SIGN + DicDataTypeEnum.LINE_SORT.getCode ( ) +
|
||||
SPLIT_SIGN + DicDataEnum.LINE_TWO.getCode ( ));
|
||||
SPLIT_SIGN + DicDataEnum.TWO_LINE.getCode ( ));
|
||||
String lineTypeThreeId = redisUtil.getStringByKey (NAME_KEY +
|
||||
SPLIT_SIGN + DicDataTypeEnum.LINE_SORT.getCode ( ) +
|
||||
SPLIT_SIGN + DicDataEnum.LINE_THREE.getCode ( ));
|
||||
SPLIT_SIGN + DicDataEnum.THREE_LINE.getCode ( ));
|
||||
if (
|
||||
StringUtils.isEmpty (lineTypeOneId) ||
|
||||
StringUtils.isEmpty (lineTypeTwoId) ||
|
||||
@@ -194,13 +194,13 @@ public class AreaCountServiceImpl implements AreaCountService {
|
||||
/*在运的字典表id,配网1,2,3类监测点字典表id用于for循环中过滤*/
|
||||
String lineTypeOneId = redisUtil.getStringByKey (NAME_KEY +
|
||||
SPLIT_SIGN + DicDataTypeEnum.LINE_SORT.getCode ( ) +
|
||||
SPLIT_SIGN + DicDataEnum.LINE_ONE.getCode ( ));
|
||||
SPLIT_SIGN + DicDataEnum.ONE_LINE.getCode ( ));
|
||||
String lineTypeTwoId = redisUtil.getStringByKey (NAME_KEY +
|
||||
SPLIT_SIGN + DicDataTypeEnum.LINE_SORT.getCode ( ) +
|
||||
SPLIT_SIGN + DicDataEnum.LINE_TWO.getCode ( ));
|
||||
SPLIT_SIGN + DicDataEnum.TWO_LINE.getCode ( ));
|
||||
String lineTypeThreeId = redisUtil.getStringByKey (NAME_KEY +
|
||||
SPLIT_SIGN + DicDataTypeEnum.LINE_SORT.getCode ( ) +
|
||||
SPLIT_SIGN + DicDataEnum.LINE_THREE.getCode ( ));
|
||||
SPLIT_SIGN + DicDataEnum.THREE_LINE.getCode ( ));
|
||||
if (
|
||||
StringUtils.isEmpty (lineTypeOneId) ||
|
||||
StringUtils.isEmpty (lineTypeTwoId) ||
|
||||
|
||||
Reference in New Issue
Block a user