保险理赔模块修改
This commit is contained in:
parent
83fd029ac5
commit
138dff863c
@ -77,7 +77,7 @@ public class RentNotinyDeleteAction {
|
||||
}else if("LoanNotice".equals(objecttype)){
|
||||
DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE='LoanNotice'").setParameter("projectId",projectId).getSingleResult(false);
|
||||
}else if("contractInsurance".equals(objecttype)){
|
||||
DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE='contractInsurance'").setParameter("projectId",projectId).getSingleResult(false);
|
||||
DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE='contractInsurance' and PLAN_NUMBER=:plan_number").setParameter("projectId",projectId).setParameter("plan_number",plan_number).getSingleResult(false);
|
||||
}
|
||||
else{
|
||||
DOCRELATIVE=bom.createQuery("plan_number=:plan_number and plan_list=:plan_list").setParameter("plan_number",plan_number).setParameter("plan_list", plan_list).getSingleResult(false);
|
||||
|
||||
@ -133,4 +133,14 @@ public interface LB_CONTRACT_INSURANCE_INFO{
|
||||
* 更新时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
/**
|
||||
* 被保险人姓名
|
||||
*/
|
||||
public static final String insurance_username = "insurance_username";
|
||||
/**
|
||||
* 被保险人身份证号
|
||||
*/
|
||||
public static final String insurance_cert_id = "insurance_cert_id";
|
||||
|
||||
|
||||
}
|
||||
@ -1,71 +0,0 @@
|
||||
package com.tenwa.insurance;
|
||||
|
||||
/**
|
||||
* 保险理赔授权- JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface LB_CONTRACT_INSURANCE_INFO {
|
||||
/**
|
||||
* 保险理赔授权<br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "com.tenwa.insurance.LB_CONTRACT_INSURANCE_INFO";
|
||||
/**
|
||||
* 编号 STRING(32)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
public static final String insurance_no = "insurance_no"; //保险单号
|
||||
public static final String report_no = "report_no"; //报案号
|
||||
public static final String contract_id = "contract_id";//合同id
|
||||
public static final String project_id = "project_id";//项目id
|
||||
public static final String customer_id = "customer_id";//客户id
|
||||
public static final String equipment_id = "equipment_id";//租赁物id
|
||||
public static final String contract_no = "contract_no";//合同编号
|
||||
public static final String project_name = "project_name";//订单编号
|
||||
public static final String FRAME_NUMBER = "FRAME_NUMBER";//车架号
|
||||
public static final String PLATE_NUMBER = "PLATE_NUMBER";//车牌号
|
||||
public static final String product_id = "product_id";//产品id
|
||||
public static final String product_name = "product_name";//产品名称
|
||||
public static final String distributor_no = "distributor_no";//经销商id
|
||||
public static final String distributor_name = "distributor_name";//经销商名称
|
||||
public static final String subject_id = "subject_id";//主体id
|
||||
public static final String subject_name = "subject_name";//主体名称
|
||||
public static final String username = "username";//客户名称
|
||||
public static final String cert_id = "cert_id";//身份证号
|
||||
public static final String insurance_company = "insurance_company";//保险公司名称
|
||||
public static final String insurance_amount_number = "insurance_amount_number";//赔偿金额
|
||||
public static final String insurance_account = "insurance_account";//户名
|
||||
public static final String bank_name = "bank_name";//银行名称
|
||||
public static final String bank_card = "bank_card";//银行账户
|
||||
/**
|
||||
* 登记人 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTUSERID = "INPUTUSERID";
|
||||
/**
|
||||
* 登记部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTORGID = "INPUTORGID";
|
||||
/**
|
||||
* 登记时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTTIME = "INPUTTIME";
|
||||
/**
|
||||
* 更新人 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEUSERID = "UPDATEUSERID";
|
||||
/**
|
||||
* 更新部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEORGID = "UPDATEORGID";
|
||||
/**
|
||||
* 更新时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
|
||||
/**
|
||||
* 法人客户时,承租人信息和被保险人信息不统一
|
||||
*/
|
||||
public static final String insurance_username = "insurance_username";//被保险人姓名
|
||||
public static final String insurance_cert_id = "insurance_cert_id";//被保险人身份证号
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user