|
|
@@ -254,7 +254,7 @@ public class DownloadServiceImpl implements DownloadService {
|
|
|
|
|
|
|
|
|
id = getIdBySeq("xmldatalog_seq");
|
|
|
- if(!("Packing".equals(caller)||"Invoice".equals(caller))){
|
|
|
+ if(!("Packing".equals(caller)||"Invoice".equals(caller)||"ProdiodetailSplitOfEDI".equals(caller))){
|
|
|
log = "insert into xmldatalog(xl_id,xl_data,xl_date,xl_caller,xl_code,xl_from,xl_filename) values ("
|
|
|
+ id + ",'"+jsonData.replaceAll("'", "''")+"',sysdate,'"+caller
|
|
|
+ "','"+code+"','download','"+fileName+"')";
|