添加未保存归档信息的标识
This commit is contained in:
parent
f1dc94d8c6
commit
9ff872d386
@ -23,7 +23,7 @@ public class CopyFileArchivingInfoTempToFormat extends BaseBussiness{
|
||||
|
||||
int num = Integer.valueOf(Sqlca.getString("select count(1) from LB_FILE_ARCHIVING_INFO_TEMP where FLOWUNID ='"+flowunid+"'"));
|
||||
if(num==0){
|
||||
Sqlca.executeSQL(new SqlObject("insert into LB_FILE_ARCHIVING_INFO(ID,CONTRACT_ID,CONTRACT_NUMBER) values(REPLACE(UUID(),'-',''),'"+contract_id+"','"+flowKey+"')"));
|
||||
Sqlca.executeSQL(new SqlObject("insert into LB_FILE_ARCHIVING_INFO(ID,CONTRACT_ID,CONTRACT_NUMBER,REMARKS) values(REPLACE(UUID(),'-',''),'"+contract_id+"','"+flowKey+"','未保存归档信息,流程id:"+flowunid+"')"));
|
||||
}else{
|
||||
DataOperatorUtil.copySingleJBO("jbo.app.LB_FILE_ARCHIVING_INFO_TEMP", fromCondtion, "jbo.com.tenwa.lease.comm.LB_FILE_ARCHIVING_INFO", null, null, Sqlca);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user