|
@@ -1,6 +1,7 @@
|
|
|
package nckd.jxccl.sit.hcsi.formplugin.web.file.attach;
|
|
package nckd.jxccl.sit.hcsi.formplugin.web.file.attach;
|
|
|
|
|
|
|
|
import com.kingdee.util.StringUtils;
|
|
import com.kingdee.util.StringUtils;
|
|
|
|
|
+import kd.bos.dataentity.OperateOption;
|
|
|
import kd.bos.dataentity.entity.DynamicObject;
|
|
import kd.bos.dataentity.entity.DynamicObject;
|
|
|
import kd.bos.dataentity.entity.DynamicObjectCollection;
|
|
import kd.bos.dataentity.entity.DynamicObjectCollection;
|
|
|
import kd.bos.entity.datamodel.IDataModel;
|
|
import kd.bos.entity.datamodel.IDataModel;
|
|
@@ -37,7 +38,8 @@ public class FileSIBasePluginEx extends AbstractFormPlugin implements Plugin {
|
|
|
fileDyn.set(key, entry.getLong("nckd_sinsurdimension.id"));
|
|
fileDyn.set(key, entry.getLong("nckd_sinsurdimension.id"));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- SaveServiceHelper.update(fileDyn);
|
|
|
|
|
|
|
+ //SaveServiceHelper.update(fileDyn);
|
|
|
|
|
+ SaveServiceHelper.saveOperate("hcsi_sinsurfile", new DynamicObject[]{fileDyn}, OperateOption.create());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|