|
|
@@ -348,7 +348,7 @@ public class DownloadServiceImpl implements DownloadService {
|
|
|
sb2.append(",(select "+xmlConfig.get("xd_keyfield")+" from "+xmlConfig.get("xd_table")
|
|
|
+" where "+xmlConfig.get("xd_main_conditionfield")+"='"+maincode+"')");
|
|
|
}
|
|
|
- sb2.append(","+xmlConfig.get("xd_detailtable")+"_seq.nextval,'UNPARSE',sysdate)");
|
|
|
+ sb2.append(","+xmlConfig.get("xd_detailtable")+"_seq.nextval,'',sysdate)");
|
|
|
resSql=sql+sb2.substring(1,sb2.length());
|
|
|
return resSql;
|
|
|
}
|