|
@@ -134,6 +134,8 @@ public class RaiseCapitalDesignService extends CrudService<RaiseCapitalDesignMap
|
|
|
}else{
|
|
|
cableSectionData.setCableFourHundredList(Lists.newArrayList());
|
|
|
}
|
|
|
+ }else{
|
|
|
+ cableSectionData.setCableFourHundredList(Lists.newArrayList());
|
|
|
}
|
|
|
//获取300的信息
|
|
|
bytes = binaryJedisCommands.get((uuid + "cableThreeHundred").getBytes());
|
|
@@ -149,6 +151,8 @@ public class RaiseCapitalDesignService extends CrudService<RaiseCapitalDesignMap
|
|
|
}else{
|
|
|
cableSectionData.setCableThreeHundredList(Lists.newArrayList());
|
|
|
}
|
|
|
+ }else{
|
|
|
+ cableSectionData.setCableThreeHundredList(Lists.newArrayList());
|
|
|
}
|
|
|
//获取240的信息
|
|
|
bytes = binaryJedisCommands.get((uuid + "cableTwoHundredForty").getBytes());
|
|
@@ -164,6 +168,8 @@ public class RaiseCapitalDesignService extends CrudService<RaiseCapitalDesignMap
|
|
|
}else{
|
|
|
cableSectionData.setCableTwoHundredFortyList(Lists.newArrayList());
|
|
|
}
|
|
|
+ }else{
|
|
|
+ cableSectionData.setCableTwoHundredFortyList(Lists.newArrayList());
|
|
|
}
|
|
|
//获取120的信息
|
|
|
bytes = binaryJedisCommands.get((uuid + "cableHundredAndTwenty").getBytes());
|
|
@@ -179,6 +185,8 @@ public class RaiseCapitalDesignService extends CrudService<RaiseCapitalDesignMap
|
|
|
}else{
|
|
|
cableSectionData.setCableHundredAndTwentyList(Lists.newArrayList());
|
|
|
}
|
|
|
+ }else{
|
|
|
+ cableSectionData.setCableHundredAndTwentyList(Lists.newArrayList());
|
|
|
}
|
|
|
//获取70的信息
|
|
|
bytes = binaryJedisCommands.get((uuid + "cableSeventy").getBytes());
|
|
@@ -194,6 +202,8 @@ public class RaiseCapitalDesignService extends CrudService<RaiseCapitalDesignMap
|
|
|
}else{
|
|
|
cableSectionData.setCableSeventyList(Lists.newArrayList());
|
|
|
}
|
|
|
+ }else{
|
|
|
+ cableSectionData.setCableSeventyList(Lists.newArrayList());
|
|
|
}
|
|
|
|
|
|
//获取总长信息
|