|
@@ -1467,8 +1467,10 @@ public class BusInitController extends BaseController {
|
|
|
//关联用水性质
|
|
|
for (BusAnnualPlanForWater item0:list){
|
|
|
BusOrg org = item0.getOrg();
|
|
|
- if (org!=null){
|
|
|
+ if (org!=null && org.getPropertiesId()!=null){
|
|
|
+
|
|
|
BaseWaterProperties properties = baseWaterPropertiesService.get(org.getPropertiesId());
|
|
|
+
|
|
|
org.setPropertiesInfo(properties);
|
|
|
}
|
|
|
}
|