|
|
@ -449,7 +449,8 @@ public class TbsBudgetApplicationService { |
|
|
|
String centerId = null; |
|
|
|
String centerType = null; |
|
|
|
for (TbsActivityCenter activityCenter : activityCenterList) { |
|
|
|
if(activity.getId().equals(activityCenter.getActivityId())){ |
|
|
|
if(activityCostItem.getCenterId().equals(activityCenter.getCenterId()) |
|
|
|
&& activityCostItem.getCenterType().equals(activityCenter.getCenterType())){ |
|
|
|
centerId = activityCenter.getCenterId(); |
|
|
|
centerType = activityCenter.getCenterType(); |
|
|
|
break; |
|
|
|