|
|
@ -1156,8 +1156,8 @@ public class CreateEcnController extends KFXPanelController {
|
|
|
|
Platform.runLater(() -> {
|
|
|
|
Platform.runLater(() -> {
|
|
|
|
for (int i = start; i < end; i++) {
|
|
|
|
for (int i = start; i < end; i++) {
|
|
|
|
//TODO lidy20240716更改通知单影响分析 指派人员,之前记录用户uid,现在记录域名,即接口中EMail字段,并截取@前的内容
|
|
|
|
//TODO lidy20240716更改通知单影响分析 指派人员,之前记录用户uid,现在记录域名,即接口中EMail字段,并截取@前的内容
|
|
|
|
refTableBeans.get(i).setUserUUid(datas[0][5]);
|
|
|
|
// refTableBeans.get(i).setUserUUid(datas[0][5]);
|
|
|
|
// refTableBeans.get(i).setUserUUid(datas[0][2].substring(0, datas[0][2].indexOf("@")));
|
|
|
|
refTableBeans.get(i).setUserUUid(datas[0][2].substring(0, datas[0][2].indexOf("@")));
|
|
|
|
refTableBeans.get(i).setUserPane(userVal);
|
|
|
|
refTableBeans.get(i).setUserPane(userVal);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
refTable.refresh();
|
|
|
|
refTable.refresh();
|
|
|
|