bi.setUid(null);
boServicePara.getDInsertService().invokeUpdate(bi);
}
for (Iterator<DOServiceRule> it = dos.retrieveServiceRules()
.iterator(); it.hasNext();) {
DOServiceRule dsr = it.next();
BOInstance bi = boServiceRule.getInstance(dsr.getObjUid());
bi.setUid(null);
boServiceRule.getDInsertService().invokeUpdate(bi);
}
t.end();
return biNewService;