接口平台拷表

This commit is contained in:
lixuebo 2019-08-22 18:11:17 +08:00
parent 781f2ce902
commit ba23be23ec

View File

@ -140,7 +140,7 @@ public class PlatformDataToTemp extends BaseBussiness {
}
/**担保人信息拷表*/
Sqlca.executeSQL(new SqlObject("delete from PF_GUARANTEE_UNIT where flowunid='"+flowunid+"'"));
Sqlca.executeSQL(new SqlObject("delete from LB_GUARANTEE_UNIT_TEMP where flowunid='"+flowunid+"'"));
otherProperty.clear();
otherProperty.put("FLOWUNID",flowunid);
otherProperty.put("PROJECT_ID",projectId);