This commit is contained in:
zhouyahui 2018-06-24 11:25:39 +08:00
commit a7449394ac
6 changed files with 263 additions and 88 deletions

View File

@ -83,7 +83,7 @@ function saveproj_name(){
}
//省市
function selectRegionCode(){
/* function selectRegionCode(){
var area_code = getItemValue(0,getRow(),"DISTRIBUTOR_ADDRESS");
AsDialog.PopView("/Common/ToolsA/AreaVFrame.jsp","AreaCode="+area_code,"dialogWidth=850px;dialogHeight=450px;center:yes;status:no;statusbar:no",function(sAreaCodeInfo){
//增加清空功能的判断
@ -103,6 +103,43 @@ function saveproj_name(){
}
}
},'请选择省市');
} */
var province="";//定义一个全局变量
// 选择省份
function selectProvinceCode(){
AsDialog.OpenSelector("selectProvinceCode","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""){
//alert(getHtmlMessage('1'));//请选择一条信息!
return;
}
sReturn = sReturn.split("@");
// alert(sReturn[1]);
setItemValue(0,0,"provinces",sReturn[1]);
province=sReturn[0];
setCertType();
},"请选择省份",'');
}
// 选择市区
function selectCityCode(){
//alert("参数:"+province);
if(province=="" || province==null){
alert("请先选择省份。");
return;
}else{
AsDialog.OpenSelector("selectCityCode","province,"+province,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""){
//alert(getHtmlMessage('1'));//请选择一条信息!
return;
}
sReturn = sReturn.split("@");
setItemValue(0,0,"DISTRIBUTOR_ADDRESS",sReturn[0]);//地区区号
setItemValue(0,0,"DISTRIBUTOR_ADDRESSNAME",sReturn[1]);//地区
},"请选择地区",'');
}
}
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>

View File

@ -687,6 +687,7 @@
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="50"/>
<attribute name="LOCAL_ACCOUNT" label="本方账户" type="STRING" length="100"/>
<attribute name="LOCAL_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="ACCOUNT_BALANCE" label="账户余额" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
@ -714,6 +715,7 @@
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="50"/>
<attribute name="LOCAL_ACCOUNT" label="本方账户" type="STRING" length="100"/>
<attribute name="LOCAL_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="ACCOUNT_BALANCE" label="账户余额" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>

View File

@ -494,92 +494,7 @@
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_PERSON_HIS" label="客户信息历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="40"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="40"/>
<attribute name="STATUS" label="状态" type="STRING" length="20"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="80"/>
<attribute name="SEX" label="性别" type="STRING" length="18"/>
<attribute name="mobile" label="手机号" type="STRING" length="32"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="10"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="SINO" label="社会保险号" type="STRING" length="32"/>
<attribute name="COUNTRY" label="国家" type="STRING" length="18"/>
<attribute name="province" label="省份" type="STRING" length="18"/>
<attribute name="city" label="城市" type="STRING" length="18"/>
<attribute name="county" label="区县" type="STRING" length="18"/>
<attribute name="NATIONALITY" label="民族" type="STRING" length="18"/>
<attribute name="NATIVEPLACE" label="户籍地址" type="STRING" length="200"/>
<attribute name="POLITICALFACE" label="政治面貌" type="STRING" length="18"/>
<attribute name="MARRIAGE" label="婚姻状况" type="STRING" length="18"/>
<attribute name="UNITKIND" label="单位所属行业" type="STRING" length="18"/>
<attribute name="WORKCORP" label="单位名称" type="STRING" length="80"/>
<attribute name="WORKADD" label="单位地址" type="STRING" length="200"/>
<attribute name="WORKTEL" label="单位电话" type="STRING" length="32"/>
<attribute name="ENTRYTIME" label="入职时间" type="STRING" length="32"/>
<attribute name="FORMALEMP" label="正式员工" type="STRING" length="32"/>
<attribute name="OCCUPATION" label="职业" type="STRING" length="18"/>
<attribute name="title" label="职称" type="STRING" length="18"/>
<attribute name="EMPLOYRECORD" label="工作履历" type="STRING" length="200"/>
<attribute name="EDURECORD" label="毕业学校(取得最高学历)" type="STRING" length="200"/>
<attribute name="EDUEXPERIENCE" label="最高学历" type="STRING" length="18"/>
<attribute name="EDUDEGREE" label="最高学位" type="STRING" length="18"/>
<attribute name="GRADUATEYEAR" label="毕业年份" type="STRING" length="10"/>
<attribute name="CREDITLEVEL" label="信用等级" type="STRING" length="18"/>
<attribute name="EVALUATEDATE" label="评估日期" type="STRING" length="10"/>
<attribute name="BALANCESHEET" label="待扩展字段" type="STRING" length="200"/>
<attribute name="INTRO" label="个人情况简介" type="STRING" length="200"/>
<attribute name="SELFMONTHINCOME" label="个人月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="FAMILYMONTHINCOME" label="家庭月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="INCOMESOURCE" label="收入来源" type="STRING" length="200"/>
<attribute name="POPULATION" label="家庭人口数" type="INT" length="10"/>
<attribute name="LOANCARDNO" label="贷款卡号" type="STRING" length="32"/>
<attribute name="LOANCARDINSYEAR" label="贷款卡最新年审年份" type="STRING" length="10"/>
<attribute name="FARMERSORT" label="农户分类" type="STRING" length="18"/>
<attribute name="REGIONALISM" label="所属行政区域" type="STRING" length="18"/>
<attribute name="draft" label="是否草稿" type="STRING" length="18"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="500"/>
<attribute name="UPDATEORGID" label="更新机构编号" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新用户编号" type="STRING" length="32"/>
<attribute name="COMMADD" label="通讯地址" type="STRING" length="200"/>
<attribute name="COMMZIP" label="通讯地址邮编" type="STRING" length="10"/>
<attribute name="NATIVEADD" label="户籍地址" type="STRING" length="200"/>
<attribute name="WORKZIP" label="单位地址邮编" type="STRING" length="10"/>
<attribute name="HEADSHIP" label="职务" type="STRING" length="18"/>
<attribute name="WORKBEGINDATE" label="本单位工作起始日" type="STRING" length="10"/>
<attribute name="YEARINCOME" label="个人年收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="PAYACCOUNT" label="工资帐号" type="STRING" length="32"/>
<attribute name="PAYACCOUNTBANK" label="工资帐号开户银行" type="STRING" length="200"/>
<attribute name="FAMILYSTATUS" label="居住状况" type="STRING" length="18"/>
<attribute name="TEMPSAVEFLAG" label="暂存标志" type="STRING" length="18"/>
<attribute name="CUSTSOURCE" label="客户来源" type="STRING" length="32"/>
<attribute name="CUSTKIND" label="内部行业" type="STRING" length="32"/>
<attribute name="invalid" label="是否废弃" type="STRING" length="10"/>
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="mobile" label="手机号" type="STRING" length="32"/>
<attribute name="DRIVERLICENSE" label="驾驶证" type="STRING" length="32"/>
<attribute name="LICENSENAME" label="驾驶证姓名" type="STRING" length="200"/>
<attribute name="CountryName" label="国家" type="STRING" length="200"/>
<attribute name="ProvinceName" label="省份" type="STRING" length="200"/>
<attribute name="CityName" label="城市" type="STRING" length="200"/>
<attribute name="EMERGENCY_CONTACT_PERSON" label="紧急联系人" type="STRING" length="32"/>
<attribute name="EMERGENCY_CONTACT_TEL" label="紧急联系电话" type="STRING" length="32"/>
<attribute name="ENTRYTIME" label="入职时间" type="STRING" length="32"/>
<attribute name="FORMALEMP" label="正式员工" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_person_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_CERT_HIS" label="证件历史表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
@ -2647,5 +2562,107 @@
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_PERSON_HIS" label="客户信息历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="40"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="40"/>
<attribute name="STATUS" label="状态" type="STRING" length="20"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="80"/>
<attribute name="SEX" label="性别" type="STRING" length="18"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="10"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="SINO" label="社会保险号" type="STRING" length="32"/>
<attribute name="COUNTRY" label="国家" type="STRING" length="18"/>
<attribute name="province" label="省份" type="STRING" length="18"/>
<attribute name="city" label="城市" type="STRING" length="18"/>
<attribute name="county" label="区县" type="STRING" length="18"/>
<attribute name="NATIONALITY" label="民族" type="STRING" length="18"/>
<attribute name="NATIVEPLACE" label="户籍地址" type="STRING" length="200"/>
<attribute name="POLITICALFACE" label="政治面貌" type="STRING" length="18"/>
<attribute name="MARRIAGE" label="婚姻状况" type="STRING" length="18"/>
<attribute name="UNITKIND" label="单位所属行业" type="STRING" length="18"/>
<attribute name="WORKCORP" label="单位名称" type="STRING" length="80"/>
<attribute name="WORKADD" label="单位地址" type="STRING" length="200"/>
<attribute name="WORKTEL" label="单位电话" type="STRING" length="32"/>
<attribute name="OCCUPATION" label="职业" type="STRING" length="18"/>
<attribute name="title" label="职称" type="STRING" length="18"/>
<attribute name="EMPLOYRECORD" label="工作履历" type="STRING" length="200"/>
<attribute name="EDURECORD" label="毕业学校(取得最高学历)" type="STRING" length="200"/>
<attribute name="EDUEXPERIENCE" label="最高学历" type="STRING" length="18"/>
<attribute name="EDUDEGREE" label="最高学位" type="STRING" length="18"/>
<attribute name="GRADUATEYEAR" label="毕业年份" type="STRING" length="10"/>
<attribute name="CREDITLEVEL" label="信用等级" type="STRING" length="18"/>
<attribute name="EVALUATEDATE" label="评估日期" type="STRING" length="10"/>
<attribute name="BALANCESHEET" label="待扩展字段" type="STRING" length="200"/>
<attribute name="INTRO" label="个人情况简介" type="STRING" length="200"/>
<attribute name="SELFMONTHINCOME" label="个人月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="FAMILYMONTHINCOME" label="家庭月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="INCOMESOURCE" label="收入来源" type="STRING" length="200"/>
<attribute name="POPULATION" label="家庭人口数" type="INT" length="10"/>
<attribute name="LOANCARDNO" label="贷款卡号" type="STRING" length="32"/>
<attribute name="LOANCARDINSYEAR" label="贷款卡最新年审年份" type="STRING" length="10"/>
<attribute name="FARMERSORT" label="农户分类" type="STRING" length="18"/>
<attribute name="REGIONALISM" label="所属行政区域" type="STRING" length="18"/>
<attribute name="draft" label="是否草稿" type="STRING" length="18"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="500"/>
<attribute name="UPDATEORGID" label="更新机构编号" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新用户编号" type="STRING" length="32"/>
<attribute name="COMMADD" label="通讯地址" type="STRING" length="200"/>
<attribute name="COMMZIP" label="通讯地址邮编" type="STRING" length="10"/>
<attribute name="NATIVEADD" label="户籍地址" type="STRING" length="200"/>
<attribute name="WORKZIP" label="单位地址邮编" type="STRING" length="10"/>
<attribute name="HEADSHIP" label="职务" type="STRING" length="18"/>
<attribute name="WORKBEGINDATE" label="本单位工作起始日" type="STRING" length="10"/>
<attribute name="YEARINCOME" label="个人年收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="PAYACCOUNT" label="工资帐号" type="STRING" length="32"/>
<attribute name="PAYACCOUNTBANK" label="工资帐号开户银行" type="STRING" length="200"/>
<attribute name="FAMILYSTATUS" label="居住状况" type="STRING" length="18"/>
<attribute name="TEMPSAVEFLAG" label="暂存标志" type="STRING" length="18"/>
<attribute name="CUSTSOURCE" label="客户来源" type="STRING" length="32"/>
<attribute name="CUSTKIND" label="内部行业" type="STRING" length="32"/>
<attribute name="invalid" label="是否废弃" type="STRING" length="10"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="DRIVERLICENSE" label="驾驶证" type="STRING" length="32"/>
<attribute name="LICENSENAME" label="驾驶证姓名" type="STRING" length="200"/>
<attribute name="COUNTRYNAME" label="国家" type="STRING" length="200"/>
<attribute name="PROVINCENAME" label="省份" type="STRING" length="200"/>
<attribute name="CITYNAME" label="城市" type="STRING" length="200"/>
<attribute name="EMERGENCY_CONTACT_PERSON" label="紧急联系人" type="STRING" length="32"/>
<attribute name="EMERGENCY_CONTACT_TEL" label="紧急联系电话" type="STRING" length="32"/>
<attribute name="mobile" label="手机号" type="STRING" length="32"/>
<attribute name="ENTRYTIME" label="入职时间" type="STRING" length="32"/>
<attribute name="FORMALEMP" label="正式员工" type="STRING" length="32"/>
<attribute name="childrens_number" label="子女人数" type="STRING" length="32"/>
<attribute name="family_address" label="居住地址" type="STRING" length="200"/>
<attribute name="telephone" label="固定电话" type="STRING" length="32"/>
<attribute name="living_life" label="居住年限" type="STRING" length="32"/>
<attribute name="Mailing_Address" label="邮寄地址" type="STRING" length="200"/>
<attribute name="Property_type" label="房产类型" type="STRING" length="32"/>
<attribute name="Unit_nature" label="单位性质" type="STRING" length="32"/>
<attribute name="before_unit_name" label="前工作单位名称" type="STRING" length="60"/>
<attribute name="main_income" label="主要收入" type="STRING" length="32"/>
<attribute name="other_income" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="Partner_" label="作为共同申请人-配偶" type="STRING" length="32"/>
<attribute name="spouse_name" label="配偶姓名-配偶" type="STRING" length="32"/>
<attribute name="spouse_hukou" label="户口-配偶" type="STRING" length="32"/>
<attribute name="sIdentNumber" label="证件号码-配偶" type="STRING" length="64"/>
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
<attribute name="spnumber" label="手机号——配偶" type="STRING" length="32"/>
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_person_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>

View File

@ -72,6 +72,11 @@
<attribute name="EFFECTIVEDATE" label="生效日期" type="STRING" length="10"/>
<attribute name="EXPIFYDATE" label="失效日期" type="STRING" length="10"/>
<attribute name="CONFIGFILE" label="配置文件" type="STRING" length="100"/>
<attribute name="LeasForm" label="租赁类型" type="STRING" length="20"/>
<attribute name="equip_type" label="租赁物类型" type="STRING" length="20"/>
<attribute name="IS_ALL_DEALER" label="产品适用所有经销商" type="STRING" length="10"/>
<attribute name="IS_ALL_DEALER_GROUP" label="产品适用所经销商集团" type="STRING" length="10"/>
<attribute name="IS_ALL_AREA" label="产品适用所有区域" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>

View File

@ -1,5 +1,21 @@
package com.tenwa.voucher.CreateVoucherProcess.CreateVoucherLoan;
public class FinancialLeasCar {
import java.util.HashMap;
import java.util.Map;
import com.amarsoft.are.jbo.JBOTransaction;
import com.tenwa.comm.exception.BusinessException;
import com.tenwa.voucher.service.VoucherJavaParamService;
public class FinancialLeasCar implements VoucherJavaParamService{
@Override
public Map<String, String> getJavaParam(JBOTransaction tx,
Map<String, String> param) throws BusinessException {
Map<String,String>returnValue=new HashMap<String,String>();
returnValue.putAll(param);
returnValue.put("MONEY",param.get("FACT_MONEY"));
return returnValue;
}
}

View File

@ -0,0 +1,98 @@
package com.tenwa.voucher.CreateVoucherProcess;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import jbo.voucher.LV_VOUCHER_CONFIG;
import com.amarsoft.are.jbo.BizObject;
import com.amarsoft.awe.util.Transaction;
import com.tenwa.comm.util.jboutil.DataOperatorUtil;
import com.tenwa.flow.baseBussion.BaseBussiness;
import com.tenwa.voucher.serviceImp.CreateVoucherServiceImpl;
public class CreateVoucherLoanDistributor extends BaseBussiness{
@Override
public Object run(Transaction Sqlca) throws Exception {
this.initBussinessParam(Sqlca);
Map<String,String> map=new HashMap<String, String>();
Map<String,String> param=new HashMap<String, String>();
String ACCOUNT_DATE=null;
String FACT_DATE=null;
String CONTRACT_ID=null;
String CONTRACT_NUMBER=null;
String PROJECT_NAME=null;
String leas_form=null;
String ORGNAME=null;
String ORGID=null;
String MONEY=null;
String ACCOUNTNO=null;
String CUSTOMERID=null;
String CUSTOMERNAME=null;
String FlowUnid=this.getAttribute("FlowUnid").toString();
param.clear();
map.put("FlowUnid", FlowUnid);
map.put("FEE_TYPE", "feetype10");
String sql=
" SELECT LFIT.FACT_MONEY AS MONEY,LFIT.ACCOUNTING_DATE AS ACCOUNT_DATE, "
+" LFIT.FACT_DATE,LFIT.CONTRACT_ID,LCI.CONTRACT_NUMBER, "
+" LCI.PROJECT_NAME,LCI.LEAS_FORM,IFNULL(LFIT.acc_number,'000000000000000') as ACCOUNTNO, "
+" ORG.ORGNAME,ORG.ORGID,LESS.CUSTOMER_ID as CUSTOMERID,LESS.CUSTOMER_NAME AS CUSTOMERNAME "
+" FROM LC_FUND_INCOME_TEMP LFIT "
+" LEFT JOIN LB_CONTRACT_INFO LCI ON LFIT.CONTRACT_ID=LCI.ID "
+" LEFT JOIN ORG_INFO ORG ON ORG.ORGID=LCI.PROJECT_DEPT "
+" LEFT JOIN LB_UNION_LESSEE LESS ON LESS.CONTRACT_ID=LCI.ID "
+" where LFIT.FEE_TYPE=:FEE_TYPE and LFIT.FLOWUNID=:FlowUnid ";
List<Map<String,String>> dataList=DataOperatorUtil.getDataBySql(Sqlca, sql, map);
CreateVoucherServiceImpl vs=new CreateVoucherServiceImpl();
String VOUCHER_TYPE="1";// 凭证分类 金蝶
String userid ="admin";
for (int i=0;i<dataList.size();i++){
ACCOUNT_DATE=dataList.get(i).get("ACCOUNT_DATE").toString();
FACT_DATE =dataList.get(i).get("FACT_DATE").toString();
CONTRACT_ID=dataList.get(i).get("CONTRACT_ID").toString();
CONTRACT_NUMBER=dataList.get(i).get("CONTRACT_NUMBER").toString();
PROJECT_NAME=dataList.get(i).get("PROJECT_NAME").toString();
leas_form=dataList.get(i).get("LEAS_FORM").toString();
ORGNAME=dataList.get(i).get("ORGNAME").toString();
ORGID=dataList.get(i).get("ORGID").toString();
MONEY=dataList.get(i).get("MONEY").toString();
ACCOUNTNO=dataList.get(i).get("ACCOUNTNO").toString();
CUSTOMERID=dataList.get(i).get("CUSTOMERID");
CUSTOMERNAME=dataList.get(i).get("CUSTOMERNAME");
param.put("ACCOUNT_DATE",ACCOUNT_DATE);
param.put("FACT_DATE",FACT_DATE);
param.put("CONTRACT_ID",CONTRACT_ID);
param.put("CONTRACT_NUMBER",CONTRACT_NUMBER);
param.put("PROJECT_NAME",PROJECT_NAME);
param.put("ORGNAME",ORGNAME);
param.put("ORGID",ORGID);
param.put("LEAS_FORM",leas_form);
param.put("FACT_MONEY",MONEY);
param.put("ACCOUNTNO",ACCOUNTNO);
param.put("FlowUnid", FlowUnid);
param.put("CUSTOMERID",CUSTOMERID);
param.put("CUSTOMERNAME",CUSTOMERNAME);
map.clear();
map.put("PROJ_TYPE", leas_form);
map.put("MODULAR_NUMBER", "给经销商放款-车款全款");
BizObject vouch=DataOperatorUtil.getSingleJBO(LV_VOUCHER_CONFIG.CLASS_NAME, map, Sqlca);
if(vouch!=null){
vs.createVoucher("给经销商放款-车款全款", vouch.getAttribute("OWNED_COMPANY").getString(), leas_form, VOUCHER_TYPE, userid,param, Sqlca);
}
}
if(Sqlca!=null){
Sqlca.commit();
}
String sMessage="true";
return new Exception();
}
}