|
@@ -303,8 +303,9 @@ public class TTargetmeasuresController extends BaseController
|
|
|
String[] responsibles={};
|
|
|
if(m.getResponsible()!=null){
|
|
|
responsibles= m.getResponsible().split(",");
|
|
|
+ m.setResponsiblesNum(responsibles.length * 16);
|
|
|
}
|
|
|
- m.setResponsiblesNum(responsibles.length * 16);
|
|
|
+
|
|
|
String responsiblesName = "";
|
|
|
for (int i = 0; i < responsibles.length; i++) {
|
|
|
String name ="";
|