|
@ -13,7 +13,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<result property="enterprise" column="enterprise" /> |
|
|
<result property="enterprise" column="enterprise" /> |
|
|
<result property="enterpriseSum" column="enterpriseSum" /> |
|
|
<result property="enterpriseSum" column="enterpriseSum" /> |
|
|
<result property="commonCurrency" column="common_currency" /> |
|
|
<result property="commonCurrency" column="common_currency" /> |
|
|
<result property="confirmFax" column="confirm_fax" /> |
|
|
<result property="confirmTax" column="confirm_tax" /> |
|
|
<result property="rmbTax" column="rmbTax" /> |
|
|
<result property="rmbTax" column="rmbTax" /> |
|
|
<result property="usdTax" column="usdTax" /> |
|
|
<result property="usdTax" column="usdTax" /> |
|
|
<result property="noRmb" column="noRmb" /> |
|
|
<result property="noRmb" column="noRmb" /> |
|
@ -48,7 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
|
<sql id="selectSysCustomerQuoteVo"> |
|
|
<sql id="selectSysCustomerQuoteVo"> |
|
|
select id,supplierCode,customerCode,customerName,pricingDate,enterprise,enterpriseSum,common_currency, |
|
|
select id,supplierCode,customerCode,customerName,pricingDate,enterprise,enterpriseSum,common_currency, |
|
|
confirm_fax,rmbTax,usdTax,noRmb,noRmbSum,rmb,rmbSum,noUsd,noUsdSum,usd,usdSum,business_members, |
|
|
confirm_tax,rmbTax,usdTax,noRmb,noRmbSum,rmb,rmbSum,noUsd,noUsdSum,usd,usdSum,business_members, |
|
|
degin_flag,del_flag,create_by,create_time,update_by,update_time,remark,audit_status,use_status, |
|
|
degin_flag,del_flag,create_by,create_time,update_by,update_time,remark,audit_status,use_status, |
|
|
instance_id,instance_type,submit_instance_id,cancel_instance_id,restore_instance_id,apply_title,apply_user,apply_time,del_flag |
|
|
instance_id,instance_type,submit_instance_id,cancel_instance_id,restore_instance_id,apply_title,apply_user,apply_time,del_flag |
|
|
from sys_customer_quote |
|
|
from sys_customer_quote |
|
@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
|
<select id="selectSysCustomerQuoteList" parameterType="SysCustomerQuoteVo" resultMap="SysCustomerQuoteResult"> |
|
|
<select id="selectSysCustomerQuoteList" parameterType="SysCustomerQuoteVo" resultMap="SysCustomerQuoteResult"> |
|
|
select s.id,s.supplierCode,s.customerCode,s.customerName,s.pricingDate,s.enterprise,s.enterpriseSum,s.common_currency, |
|
|
select s.id,s.supplierCode,s.customerCode,s.customerName,s.pricingDate,s.enterprise,s.enterpriseSum,s.common_currency, |
|
|
s.confirm_fax,s.rmbTax,s.usdTax,s.noRmb,s.noRmbSum,s.rmb,s.rmbSum,s.noUsd,s.noUsdSum,s.usd,s.usdSum,s.business_members, |
|
|
s.confirm_tax,s.rmbTax,s.usdTax,s.noRmb,s.noRmbSum,s.rmb,s.rmbSum,s.noUsd,s.noUsdSum,s.usd,s.usdSum,s.business_members, |
|
|
s.degin_flag,s.del_flag,s.create_by,s.create_time,s.update_by,s.update_time,s.remark, |
|
|
s.degin_flag,s.del_flag,s.create_by,s.create_time,s.update_by,s.update_time,s.remark, |
|
|
s.audit_status,s.use_status,s.instance_id,s.instance_type, |
|
|
s.audit_status,s.use_status,s.instance_id,s.instance_type, |
|
|
s.submit_instance_id,s.cancel_instance_id,s.restore_instance_id,s.apply_time,s.apply_user,s.apply_title, |
|
|
s.submit_instance_id,s.cancel_instance_id,s.restore_instance_id,s.apply_time,s.apply_user,s.apply_title, |
|
@ -117,7 +117,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="enterprise != null and enterprise != ''" >enterprise,</if> |
|
|
<if test="enterprise != null and enterprise != ''" >enterprise,</if> |
|
|
<if test="enterpriseSum != null">enterpriseSum,</if> |
|
|
<if test="enterpriseSum != null">enterpriseSum,</if> |
|
|
<if test="commonCurrency !=null and commonCurrency != ''" >common_currency,</if> |
|
|
<if test="commonCurrency !=null and commonCurrency != ''" >common_currency,</if> |
|
|
<if test="confirmFax != null and confirmFax != ''" >confirm_fax,</if> |
|
|
<if test="confirmTax != null and confirmTax != ''" >confirm_tax,</if> |
|
|
<if test="rmbTax != null" >rmbTax,</if> |
|
|
<if test="rmbTax != null" >rmbTax,</if> |
|
|
<if test="usdTax != null">usdTax,</if> |
|
|
<if test="usdTax != null">usdTax,</if> |
|
|
<if test="noRmb != null " >noRmb,</if> |
|
|
<if test="noRmb != null " >noRmb,</if> |
|
@ -154,7 +154,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="enterprise != null and enterprise != ''" >#{enterprise},</if> |
|
|
<if test="enterprise != null and enterprise != ''" >#{enterprise},</if> |
|
|
<if test="enterpriseSum != null">#{enterpriseSum},</if> |
|
|
<if test="enterpriseSum != null">#{enterpriseSum},</if> |
|
|
<if test="commonCurrency !=null and commonCurrency != ''" >#{commonCurrency},</if> |
|
|
<if test="commonCurrency !=null and commonCurrency != ''" >#{commonCurrency},</if> |
|
|
<if test="confirmFax != null and confirmFax != ''" >#{confirmFax},</if> |
|
|
<if test="confirmTax != null and confirmTax != ''" >#{confirmTax},</if> |
|
|
<if test="rmbTax != null" >#{rmbTax},</if> |
|
|
<if test="rmbTax != null" >#{rmbTax},</if> |
|
|
<if test="usdTax != null ">#{usdTax},</if> |
|
|
<if test="usdTax != null ">#{usdTax},</if> |
|
|
<if test="noRmb != null" >#{noRmb},</if> |
|
|
<if test="noRmb != null" >#{noRmb},</if> |
|
@ -195,7 +195,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="enterprise != null and enterprise != ''" >enterprise = #{enterprise},</if> |
|
|
<if test="enterprise != null and enterprise != ''" >enterprise = #{enterprise},</if> |
|
|
<if test="enterpriseSum != null" >enterpriseSum = #{enterpriseSum},</if> |
|
|
<if test="enterpriseSum != null" >enterpriseSum = #{enterpriseSum},</if> |
|
|
<if test="commonCurrency !=null and commonCurrency != ''" >common_currency = #{commonCurrency},</if> |
|
|
<if test="commonCurrency !=null and commonCurrency != ''" >common_currency = #{commonCurrency},</if> |
|
|
<if test="confirmFax != null and confirmFax != ''" >confirm_fax = #{confirmFax},</if> |
|
|
<if test="confirmTax != null and confirmTax != ''" >confirm_tax = #{confirmTax},</if> |
|
|
<if test="rmbTax != null" >rmbTax = #{rmbTax},</if> |
|
|
<if test="rmbTax != null" >rmbTax = #{rmbTax},</if> |
|
|
<if test="usdTax != null ">usdTax = #{usdTax},</if> |
|
|
<if test="usdTax != null ">usdTax = #{usdTax},</if> |
|
|
<if test="noRmb != null " >noRmb = #{noRmb},</if> |
|
|
<if test="noRmb != null " >noRmb = #{noRmb},</if> |
|
|