2018-07-06

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
    namespace="com.fastretailing.dcp.sales.common.repository.optional.SalesErrorSalesTransactionHeaderDetailOptionalMapper">
    <resultMap id="BaseResultMap"
        type="com.fastretailing.dcp.sales.common.entity.optional.SalesErrorSalesTransactionHeaderDetailOptional">
        <id column="view_store_code" jdbcType="VARCHAR" property="storeCode" />
        <result column="cash_register_no" jdbcType="NUMERIC" property="cashRegisterNo" />
        <result column="receipt_no" jdbcType="VARCHAR" property="receiptNo" />
        <result column="sales_transaction_type" jdbcType="VARCHAR" property="salesTransactionType" />
        <result column="sales_linkage_type" jdbcType="VARCHAR" property="salesLinkageType" />
        <result column="data_creation_date_time" jdbcType="VARCHAR" property="dataCreationDateTime" />
        <result column="data_creation_business_date" jdbcType="VARCHAR" property="dataCreationBusinessDate" />
        <result column="order_status_update_date" jdbcType="VARCHAR" property="orderStatusUpdateDate" />
        <result column="order_status_last_update_date_time" jdbcType="TIMESTAMP" property="orderStatusLastUpdateDateTime" />
        <result column="employee_sale_flag" jdbcType="VARCHAR" property="employeeSaleFlag" />
        <result column="consistency_sales_flag" jdbcType="VARCHAR" property="consistencySalesFlag" />
        <result column="corporate_id" jdbcType="VARCHAR" property="corporateId" />
        <result column="sales_transaction_discount_flag" jdbcType="VARCHAR" property="salesTransactionDiscountFlag" />
        <result column="sales_transaction_discount_amount_rate_currency_code" jdbcType="VARCHAR" property="salesTransactionDiscountAmountRateCurrencyCode" />
        <result column="sales_transaction_discount_amount_rate" jdbcType="NUMERIC" property="salesTransactionDiscountAmountRate" />
        <collection javaType="ArrayList" property="salesErrorSalesTransactionDetailList" resultMap="salesErrorSalesTransactionDetailListMap" />
        <collection javaType="ArrayList" property="salesErrorSalesTransactionTaxList" resultMap="salesErrorSalesTransactionTaxListMap" />
        <collection javaType="ArrayList" property="salesErrorSalesTransactionTenderList" resultMap="salesErrorSalesTransactionTenderListMap" />
        <collection javaType="ArrayList" property="salesErrorSalesTransactionTotalAmountList" resultMap="salesErrorSalesTransactionTotalAmountListMap" />
    </resultMap>
    
     <resultMap id="salesErrorSalesTransactionDetailListMap" type="com.fastretailing.dcp.sales.common.entity.optional.SalesErrorSalesTransactionItemDetailOptional">
       <id column="item_detail_transaction_id" jdbcType="VARCHAR" property="transactionId" />
        <id column="item_detail_order_sub_number" jdbcType="NUMERIC" property="orderSubNumber" />
        <id column="item_detail_sales_transaction_id" jdbcType="VARCHAR" property="salesTransactionId" />
        <id column="item_detail_detail_sub_number" jdbcType="NUMERIC" property="detailSubNumber" />
        <result column="product_classification" jdbcType="VARCHAR" property="productClassification" />
        <result column="product_classification_name" jdbcType="VARCHAR" property="productClassificationName" />
        <result column="l3_item_code" jdbcType="VARCHAR" property="l3ItemCode" />
        <result column="l3_pos_product_name" jdbcType="VARCHAR" property="l3PosProductName" />
        <result column="service_code" jdbcType="VARCHAR" property="serviceCode" />
        <result column="non_md_code" jdbcType="VARCHAR" property="nonMdCode" />
        <result column="g_department_code" jdbcType="VARCHAR" property="gdepartmentCode" />
        <result column="retail_unit_price_tax_excluded_currency_code" jdbcType="VARCHAR" property="retailUnitPriceTaxExcludedCurrencyCode" />
        <result column="retail_unit_price_tax_excluded" jdbcType="NUMERIC" property="retailUnitPriceTaxExcluded" />
        <result column="retail_unit_price_tax_included" jdbcType="NUMERIC" property="retailUnitPriceTaxIncluded" />
        <result column="quantity_code" jdbcType="VARCHAR" property="quantityCode" />
        <result column="detail_quantity" jdbcType="NUMERIC" property="detailQuantity" />
        <result column="sales_amount_tax_excluded" jdbcType="NUMERIC" property="salesAmountTaxExcluded" />
        <result column="sales_amount_tax_included" jdbcType="NUMERIC" property="salesAmountTaxIncluded" />
        <result column="taxation_type" jdbcType="VARCHAR" property="taxationType" />
        <result column="tax_system_type" jdbcType="VARCHAR" property="taxSystemType" />
        <result column="detail_order_status_update_date" jdbcType="VARCHAR" property="orderStatusUpdateDate" />
        <result column="detail_order_status_last_update_date_time" jdbcType="TIMESTAMP" property="orderStatusLastUpdateDateTime" />
    </resultMap>
    
    <resultMap id="salesErrorSalesTransactionTaxListMap" type="com.fastretailing.dcp.sales.common.entity.optional.SalesErrorSalesTransactionTaxDetailOptional">
        <id column="tax_group" jdbcType="VARCHAR" property="taxGroup" />
        <result column="tax_name" jdbcType="VARCHAR" property="taxName" />
        <result column="tax_amount_currency_code" jdbcType="VARCHAR" property="taxAmountCurrencyCode" />
        <result column="tax_amount_sign" jdbcType="VARCHAR" property="taxAmountSign" />
        <result column="tax_amount_value" jdbcType="NUMERIC" property="taxAmountValue" />
        <result column="tax_rate" jdbcType="NUMERIC" property="taxRate" />
    </resultMap>
    
    <resultMap id="salesErrorSalesTransactionTenderListMap" type="com.fastretailing.dcp.sales.common.entity.optional.SalesErrorSalesTransactionTenderDetailOptional">
        <id column="ims_tender_id" jdbcType="VARCHAR" property="imsTenderId" />
        <result column="ims_tender_group" jdbcType="VARCHAR" property="imsTenderGroup" />
        <result column="tender_name" jdbcType="VARCHAR" property="tenderName" />
        <result column="tax_included_payment_amount_currency_code" jdbcType="VARCHAR" property="taxIncludedPaymentAmountCurrencyCode" />
        <result column="payment_sign" jdbcType="VARCHAR" property="paymentSign" />
        <result column="tax_included_payment_amount_value" jdbcType="NUMERIC" property="taxIncludedPaymentAmountValue" />
    </resultMap>
    
     <resultMap id="salesErrorSalesTransactionTotalAmountListMap" type="com.fastretailing.dcp.sales.common.entity.optional.SalesErrorSalesTransactionTotalAmountDetailOptional">
        <id column="total_type" jdbcType="VARCHAR" property="totalType" />
        <result column="total_amount_tax_excluded_currency_code" jdbcType="VARCHAR" property="totalAmountTaxExcludedCurrencyCode" />
        <result column="total_amount_tax_excluded_value" jdbcType="NUMERIC" property="totalAmountTaxExcludedValue" />
        <result column="total_amount_tax_included_value" jdbcType="NUMERIC" property="totalAmountTaxIncludedValue" />
    </resultMap>
    
    <select id="selectSalesErrorSalesTransactionHeaderDetailByCondition"
        parameterType="com.fastretailing.dcp.sales.common.entity.optional.SalesErrorSalesTransactionHeaderDetailOptionalCondition" resultMap="BaseResultMap">
        with t00 as (select * from m_common_code_master) 
        select /* SalesErrorSalesTransactionHeaderDetailMapper-001 */
          ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'transaction_type' 
              and type_value = t01.sales_transaction_type
          ) as sales_transaction_type
          , t01.view_store_code
          , t01.cash_register_no
          , t01.receipt_no
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'sales_linkage_type' 
              and type_value = cast(t01.sales_linkage_type as char (1))
          ) as sales_linkage_type
          , t01.data_creation_date_time
          , t01.data_creation_business_date
          , t01.order_status_update_date
          , t01.order_status_last_update_date_time
          , cast(t01.employee_sale_flag as varchar) as employee_sale_flag
          , cast(t01.consistency_sales_flag as varchar) as consistency_sales_flag
          , t01.corporate_id
          , cast(t01.sales_transaction_discount_flag as varchar) as sales_transaction_discount_flag
          , t01.sales_transaction_discount_amount_rate_currency_code
          , t01.sales_transaction_discount_amount_rate
          , t02.transaction_id as item_detail_transaction_id
          , t02.order_sub_number as item_detail_order_sub_number
          , t02.sales_transaction_id as item_detail_sales_transaction_id
          , t02.detail_sub_number as item_detail_detail_sub_number
          , t02.product_classification
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'PRODUCT_CLASSIFICATION' 
              and type_value = t02.product_classification
          ) as product_classification_name
          , t02.l3_item_code
          , t02.l3_pos_product_name
          , t02.service_code
          , t02.non_md_code
          , t02.g_department_code
          , t02.retail_unit_price_tax_excluded_currency_code
          , t02.retail_unit_price_tax_excluded
          , t02.retail_unit_price_tax_included
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'quantity_code' 
              and type_value = t02.quantity_code
          ) as quantity_code
          , t02.detail_quantity
          , t02.sales_amount_tax_excluded
          , t02.sales_amount_tax_included
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'TAXATION_TYPE' 
              and type_value = t02.taxation_type
          ) as taxation_type
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'TAX_KIND' 
              and type_value = t02.tax_system_type
          ) as tax_system_type
          , t02.order_status_update_date as detail_order_status_update_date
          , t02.order_status_last_update_date_time as detail_order_status_last_update_date_time
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'tax_group' 
              and type_value = t03.tax_group
          ) as tax_group
          , t03.tax_name
          , t03.tax_amount_currency_code
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'amount_sign' 
              and type_value = t03.tax_group
          ) as tax_amount_sign
          , t03.tax_amount_value
          , t03.tax_rate
          , t04.ims_tender_id
          , t04.ims_tender_group
          , t04.tender_name
          , t04.tax_included_payment_amount_currency_code
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'payment_sign' 
              and type_value = t04.payment_sign
          ) as payment_sign
          , t04.tax_included_payment_amount_value
          , ( 
            select
              name_1 
            from
              t00 
            where
              type_id = 'total_type' 
              and type_value = t05.total_type
          ) as total_type
          , t05.total_amount_tax_excluded_currency_code
          , t05.total_amount_tax_excluded_value
          , t05.total_amount_tax_included_value 
        from
          ( 
            select
              t01.transaction_id
              , t01.order_sub_number
              , t01.sales_transaction_id
              , t01.sales_transaction_type
              , t02.view_store_code
              , t01.cash_register_no
              , t01.receipt_no
              , t01.sales_linkage_type
              , t01.data_creation_date_time
              , t01.data_creation_business_date
              , t01.order_status_update_date
              , t01.order_status_last_update_date_time
              , t01.employee_sale_flag
              , t01.consistency_sales_flag
              , t01.corporate_id
              , t01.sales_transaction_discount_flag
              , t01.sales_transaction_discount_amount_rate_currency_code 
              , t01.sales_transaction_discount_amount_rate
            from
              t_sales_error_sales_transaction_header t01 
              left outer join m_trans_store_code t02 
                on t02.store_code = t01.store_code 
            where
              transaction_id = #{transactionId} 
              and sales_transaction_id = #{salesTransactionId}
          ) t01 
          left outer join t_sales_error_sales_transaction_detail t02 
            on t02.transaction_id = t01.transaction_id 
            and t02.order_sub_number = t01.order_sub_number 
            and t02.sales_transaction_id = t01.sales_transaction_id 
          left outer join t_sales_error_sales_transaction_tax t03 
            on t03.transaction_id = t01.transaction_id 
            and t03.order_sub_number = t01.order_sub_number 
            and t03.sales_transaction_id = t01.sales_transaction_id 
            and t03.detail_sub_number = 0 
          left outer join ( 
            select
              t01.transaction_id
              , t01.order_sub_number
              , t01.sales_transaction_id
              , t01.tender_sub_number
              , t03.ims_tender_id
              , t03.ims_tender_group
              , t03.tender_name
              , t02.store_code
              , t02.tender_id
              , t01.tax_included_payment_amount_currency_code
              , t01.payment_sign
              , t01.tax_included_payment_amount_value 
            from
              t_sales_error_sales_transaction_tender t01 
              left outer join m_trans_tender t02 
                on t02.tender_id = t01.tender_id 
              left outer join m_tender t03 
                on t03.store_code = t02.store_code 
                and t03.ims_tender_id = t02.ims_tender_id 
                and t03.store_code = #{storeCode} 
            where
              t02.store_code is not null 
              and t02.tender_id is not null 
              and t03.ims_tender_id is not null 
              and t03.ims_tender_group is not null
          ) t04 
            on t04.transaction_id = t01.transaction_id 
            and t04.order_sub_number = t01.order_sub_number 
            and t04.sales_transaction_id = t01.sales_transaction_id 
          left outer join t_sales_error_sales_transaction_total_amount t05 
            on t05.transaction_id = t01.transaction_id 
            and t05.order_sub_number = t01.order_sub_number 
            and t05.sales_transaction_id = t01.sales_transaction_id 
        order by
          t02.detail_sub_number asc
          , t03.tax_sub_number asc
          , t04.tender_sub_number asc
          , t05.total_amount_sub_number asc
    </select>
</mapper> 
?著作權歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 227,818評論 6 531
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 98,185評論 3 414
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人,你說我怎么就攤上這事。” “怎么了?”我有些...
    開封第一講書人閱讀 175,656評論 0 373
  • 文/不壞的土叔 我叫張陵,是天一觀的道長。 經(jīng)常有香客問我,道長,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 62,647評論 1 309
  • 正文 為了忘掉前任,我火速辦了婚禮,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘。我一直安慰自己,他們只是感情好,可當我...
    茶點故事閱讀 71,446評論 6 405
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 54,951評論 1 321
  • 那天,我揣著相機與錄音,去河邊找鬼。 笑死,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播,決...
    沈念sama閱讀 43,041評論 3 440
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 42,189評論 0 287
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 48,718評論 1 333
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 40,602評論 3 354
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 42,800評論 1 369
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情,我是刑警寧澤,帶...
    沈念sama閱讀 38,316評論 5 358
  • 正文 年R本政府宣布,位于F島的核電站,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 44,045評論 3 347
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧,春花似錦、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 34,419評論 0 26
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 35,671評論 1 281
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人。 一個月前我還...
    沈念sama閱讀 51,420評論 3 390
  • 正文 我出身青樓,卻偏偏與公主長得像,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 47,755評論 2 371

推薦閱讀更多精彩內(nèi)容