1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774 |
- <?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.kmall.admin.dao.OrderDao">
- <!-- 可根据自己的需求,是否要使用 -->
- <resultMap type="com.kmall.admin.entity.OrderEntity" id="orderMap">
- <result property="id" column="id"/>
- <result property="merchOrderSn" column="merch_order_sn"/>
- <result property="orderSn" column="order_sn"/>
- <result property="userId" column="user_id"/>
- <result property="orderStatus" column="order_status"/>
- <result property="shippingStatus" column="shipping_status"/>
- <result property="payStatus" column="pay_status"/>
- <result property="consignee" column="consignee"/>
- <result property="country" column="country"/>
- <result property="province" column="province"/>
- <result property="city" column="city"/>
- <result property="district" column="district"/>
- <result property="address" column="address"/>
- <result property="mobile" column="mobile"/>
- <result property="postscript" column="postscript"/>
- <result property="shippingId" column="shipping_id"/>
- <result property="shippingName" column="shipping_name"/>
- <result property="shippingCode" column="shipping_code"/>
- <result property="shippingNo" column="shipping_no"/>
- <result property="payId" column="pay_id"/>
- <result property="payName" column="pay_name"/>
- <result property="shippingFee" column="shipping_fee"/>
- <result property="actualPrice" column="actual_price"/>
- <result property="integral" column="integral"/>
- <result property="integralMoney" column="integral_money"/>
- <result property="orderPrice" column="order_price"/>
- <result property="goodsPrice" column="goods_price"/>
- <result property="addTime" column="add_time"/>
- <result property="confirmTime" column="confirm_time"/>
- <result property="payTime" column="pay_time"/>
- <result property="freightPrice" column="freight_price"/>
- <result property="couponId" column="coupon_id"/>
- <result property="couponPrice" column="coupon_price"/>
- <result property="callbackStatus" column="callback_status"/>
- <result property="orderType" column="order_type"/>
- <result property="storeId" column="store_id"/>
- <result property="userName" column="username"/>
- <result property="orderType" column="order_type"/>
- <result property="activityId" column="activity_id"/>
- <result property="deliveryDate" column="delivery_date"/>
- <result property="deliveryRemark" column="delivery_remark"/>
- <result property="predictTime" column="predict_time"/>
- <result property="orderBizType" column="order_biz_type"/>
- <result property="isPaymentSend" column="is_payment_send"/>
- <result property="isEleOrderSend" column="is_ele_order_send"/>
- <result property="isCustomsSend" column="is_customs_send"/>
- <result property="payFlag" column="pay_flag"/>
- <result column="buyer_pay_check" property="buyerPayCheck"/>
- <result property="merchSn" column="merch_sn"/>
- <result property="sku" column="sku"/>
- <result property="createTime" column="create_time"/>
- <result property="modTime" column="mod_time"/>
- <result property="isOnfflineOrder" column="is_onffline_order"/>
- <result property="orderSnWx" column="order_sn_wx"/>
- <result property="isMergePay" column="is_merge_pay"/>
- <result property="payTransactionId" column="pay_transaction_id"/>
- <result property="storeName" column="store_name"/>
- <result property="moderSn" column="moder_sn"/>
- <result property="unitCode" column="unit_code"/>
- <result property="ciqProdModel" column="ciq_prod_model"/>
- <result property="oriCntCode" column="ori_cnt_code"/>
- <result property="brand" column="brand"/>
- <result column="gross_weight" property="grossWeight" />
- <result column="net_weight" property="netWeight" />
- <result property="fullCutPrice" column="full_cut_price"/>
- <result property="campMinusId" column="camp_minus_id"/>
- <result property="campName" column="camp_name"/>
- </resultMap>
- <select id="queryObject" resultType="com.kmall.admin.entity.OrderEntity">
- select o.*,u.username as username
- from mall_order o
- left join mall_user u on o.user_id = u.id
- where o.id = #{value}
- </select>
- <select id="queryObjectBySysUser" resultType="com.kmall.admin.entity.OrderEntity">
- select o.*,u.username as username
- from mall_order o
- left join sys_user u on o.user_id = u.user_id
- where o.id = #{value}
- </select>
- <select id="queryObjectByActivityId" resultType="com.kmall.admin.entity.OrderEntity">
- select o.*,u.username as username
- from mall_order o
- left join mall_user u on o.user_id = u.id
- where o.activity_id = #{activityId}
- </select>
- <select id="getTotalActualPrice" resultType="java.lang.Double">
- select sum(a.actual_price) 'totalActualPrice' from mall_order a where merch_order_sn = #{merchOrderSn}
- </select>
- <select id="queryObjectByMerchOrderSn" resultType="com.kmall.admin.entity.OrderEntity">
- select * from mall_order a where merch_order_sn = #{merchOrderSn}
- </select>
- <select id="queryObjectByOrderSn" resultType="com.kmall.admin.entity.OrderEntity">
- select * from mall_order a where order_sn = #{orderSn}
- </select>
- <select id="queryList" resultType="com.kmall.admin.entity.OrderEntity">
- SELECT DISTINCT
- o.order_sn,
- o.merch_order_sn,
- o.order_status,
- o.actual_price,
- o.order_biz_type,
- o.shipping_no,
- o.shipping_name,
- o.shipping_code,
- o.consignee,
- o.mobile,
- o.province,
- o.city,
- o.district,
- o.address,
- o.add_time,
- o.pay_id,
- o.pay_status,
- o.shipping_status,
- o.is_merge_pay,
- o.buyer_pay_check,
- o.order_price,
- o.moder_sn,
- o.id,
- u.username AS username,
- p.is_payment_send,
- p.is_ele_order_send,
- p.is_customs_send,
- s.store_name,
- o.full_cut_price,
- o.camp_minus_id,
- o.camp_name
- FROM
- mall_order o
- LEFT JOIN mall_user u ON o.user_id = u.id
- LEFT JOIN mall_order_process_record p ON o.order_sn = p.order_sn
- left join mall_store s on o.store_id = s.id
- LEFT JOIN third_merchant_biz t ON t.third_party_merch_code = s.third_party_merch_code
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- LEFT JOIN mall_product_store_rela r ON o.store_id = r.store_id
- AND r.goods_id = g.goods_id
- LEFT JOIN mall_goods gs ON g.goods_id = gs.id
- WHERE 1=1
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="sku != null and sku.trim() != ''">
- AND gs.sku = #{sku}
- </if>
- <if test="prodBarcode != null and prodBarcode.trim() != ''">
- AND gs.prod_barcode = #{prodBarcode}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="thirdMerchSn != null and thirdMerchSn != ''">
- AND t.third_merch_sn = #{thirdMerchSn}
- </if>
- <if test="supplierThirdId != null and supplierThirdId != ''">
- AND r.supplier_third_id = #{supplierThirdId}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- <if test="ids != null and ids.trim() != ''">
- AND o.id in (${ids})
- </if>
- <choose>
- <when test="sidx != null and sidx.trim() != ''">
- order by ${sidx} ${order}
- </when>
- <otherwise>
- order by o.id desc
- </otherwise>
- </choose>
- <if test="offset != null and limit != null">
- limit #{offset}, #{limit}
- </if>
- </select>
- <select id="queryExportList" resultType="com.kmall.admin.entity.OrderEntity">
- SELECT
- o.order_sn,
- o.merch_order_sn,
- o.order_status,
- o.actual_price,
- o.order_biz_type,
- o.shipping_no,
- o.shipping_name,
- o.shipping_code,
- o.consignee,
- o.mobile,
- o.province,
- o.city,
- o.district,
- o.address,
- o.add_time,
- o.pay_id,
- o.pay_transaction_id,
- u.id_no 'idNo',
- u.username AS username,
- p.is_payment_send,
- p.is_ele_order_send,
- p.is_customs_send,
- g.sku,
- g.goods_name,
- g.number,
- g.retail_price,
- s.store_name,
- nc.NAME ori_cnt_code,
- good.ciq_prod_model,
- good.brand,
- uc.NAME unit_code,
- good.gross_weight * g.number gross_weight,
- good.net_weight * g.number net_weight,
- t2.third_party_merch_name 'supplierThirdPartyMerchName',
- t2.third_party_merch_code 'supplierThirdPartyMerchCode'
- FROM
- mall_order o
- LEFT JOIN mall_user u ON o.user_id = u.id
- LEFT JOIN mall_order_process_record p ON o.order_sn = p.order_sn
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- LEFT JOIN mall_store s ON o.store_id = s.id
- LEFT JOIN mall_goods good ON good.id = g.goods_id
- LEFT JOIN sys_cus_nation_code nc ON nc.CODE = good.ori_cnt_code
- LEFT JOIN sys_cus_unit_code uc ON uc.CODE = good.unit_code
- LEFT JOIN third_merchant_biz t ON t.third_party_merch_code = s.third_party_merch_code
- LEFT JOIN mall_product_store_rela r ON o.store_id = r.store_id
- AND r.goods_id = g.goods_id
- LEFT JOIN third_merchant_biz t2 ON t2.third_merch_sn = r.supplier_third_id
- WHERE
- 1 =1
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="sku != null and sku.trim() != ''">
- AND good.sku = #{sku}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="thirdMerchSn != null and thirdMerchSn != ''">
- AND t.third_merch_sn = #{thirdMerchSn}
- </if>
- <if test="supplierThirdId != null and supplierThirdId != ''">
- AND r.supplier_third_id = #{supplierThirdId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- <if test="ids != null and ids.trim() != ''">
- AND o.id in (${ids})
- </if>
- <choose>
- <when test="sidx != null and sidx.trim() != ''">
- order by ${sidx} ${order}
- </when>
- <otherwise>
- order by o.id desc
- </otherwise>
- </choose>
- <if test="offset != null and limit != null">
- limit #{offset}, #{limit}
- </if>
- </select>
- <select id="queryTotal" resultType="int">
- select count(DISTINCT o.id) FROM
- mall_order o
- LEFT JOIN mall_user u ON o.user_id = u.id
- LEFT JOIN mall_order_process_record p ON o.order_sn = p.order_sn
- left join mall_store s on o.store_id = s.id
- LEFT JOIN third_merchant_biz t ON t.third_party_merch_code = s.third_party_merch_code
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- LEFT JOIN mall_product_store_rela r ON o.store_id = r.store_id
- AND r.goods_id = g.goods_id
- LEFT JOIN mall_goods gs ON g.goods_id = gs.id
- WHERE 1=1
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="sku != null and sku.trim() != ''">
- AND gs.sku = #{sku}
- </if>
- <if test="prodBarcode != null and prodBarcode.trim() != ''">
- AND gs.prod_barcode = #{prodBarcode}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="thirdMerchSn != null and thirdMerchSn != ''">
- AND t.third_merch_sn = #{thirdMerchSn}
- </if>
- <if test="supplierThirdId != null and supplierThirdId != ''">
- AND r.supplier_third_id = #{supplierThirdId}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- <if test="ids != null and ids.trim() != ''">
- AND o.id in (${ids})
- </if>
- </select>
- <select id="queryOffilineOrderList" resultType="com.kmall.admin.entity.OrderEntity">
- SELECT distinct
- o.*,
- u.username AS userName,
- p.is_payment_send,
- p.is_ele_order_send,
- p.is_customs_send,
- s.store_name storeName
- FROM
- mall_order o
- LEFT JOIN mall_order_process_record p ON o.order_sn = p.order_sn
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- left join mall_store s on o.store_id = s.id
- LEFT JOIN mall_goods gs ON g.goods_id = gs.id
- left join mall_sale_record record on record.order_sn = o.order_sn
- LEFT JOIN sys_user u ON record.saller_id = u.user_id
- WHERE 1=1
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="goodsSn != null and goodsSn.trim() != ''">
- AND gs.goods_sn = #{goodsSn}
- </if>
- <if test="sku != null and sku.trim() != ''">
- AND gs.sku = #{sku}
- </if>
- <if test="prodBarcode != null and prodBarcode.trim() != ''">
- AND gs.prod_barcode = #{prodBarcode}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- <if test="ids != null and ids.trim() != ''">
- AND o.id in (${ids})
- </if>
- <choose>
- <when test="sidx != null and sidx.trim() != ''">
- order by ${sidx} ${order}
- </when>
- <otherwise>
- order by id desc
- </otherwise>
- </choose>
- <if test="offset != null and limit != null">
- limit #{offset}, #{limit}
- </if>
- </select>
- <select id="queryOffilineOrderTotal" resultType="int">
- select count(DISTINCT o.id) FROM
- mall_order o
- LEFT JOIN mall_order_process_record p ON o.order_sn = p.order_sn
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- left join mall_store s on o.store_id = s.id
- LEFT JOIN mall_goods gs ON g.goods_id = gs.id
- left join mall_sale_record record on record.order_sn = o.order_sn
- LEFT JOIN sys_user u ON record.saller_id = u.user_id
- WHERE 1=1
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="goodsSn != null and goodsSn.trim() != ''">
- AND gs.goods_sn = #{goodsSn}
- </if>
- <if test="sku != null and sku.trim() != ''">
- AND gs.sku = #{sku}
- </if>
- <if test="prodBarcode != null and prodBarcode.trim() != ''">
- AND gs.prod_barcode = #{prodBarcode}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- <if test="ids != null and ids.trim() != ''">
- AND o.id in (${ids})
- </if>
- <choose>
- <when test="sidx != null and sidx.trim() != ''">
- order by ${sidx} ${order}
- </when>
- <otherwise>
- order by o.id desc
- </otherwise>
- </choose>
- <if test="offset != null and limit != null">
- limit #{offset}, #{limit}
- </if>
- </select>
- <insert id="save" parameterType="com.kmall.api.entity.OrderVo" useGeneratedKeys="true" keyProperty="id">
- insert into mall_order
- (
- `order_sn`,
- `user_id`,
- `order_status`,
- `shipping_status`,
- `pay_status`,
- `consignee`,
- `country`,
- `province`,
- `city`,
- `district`,
- `address`,
- `mobile`,
- `postscript`,
- `shipping_id`,
- `shipping_name`,
- `shipping_code`,
- `shipping_no`,
- `pay_id`,
- `pay_name`,
- `shipping_fee`,
- `actual_price`,
- `integral`,
- `integral_money`,
- `order_price`,
- `goods_price`,
- `add_time`,
- `confirm_time`,
- `pay_time`,
- `freight_price`,
- `coupon_id`,
- `coupon_price`,
- full_cut_price,
- camp_minus_id,
- camp_name,
- `callback_status`,
- `order_type`,
- `store_id`,
- `order_biz_type`,
- `is_onffline_order`,
- `order_sn_wx`,
- `pay_flag`,
- `merch_sn`,
- `create_time`,
- `mod_time`
- )
- values
- (
- #{orderSn},
- #{userId},
- #{orderStatus},
- #{shippingStatus},
- #{payStatus},
- #{consignee},
- #{country},
- #{province},
- #{city},
- #{district},
- #{address},
- #{mobile},
- #{postscript},
- #{shippingId},
- #{shippingName},
- #{shippingCode},
- #{shippingNo},
- #{payId},
- #{payName},
- #{shippingFee},
- #{actualPrice},
- #{integral},
- #{integralMoney},
- #{orderPrice},
- #{goodsPrice},
- #{addTime},
- #{confirmTime},
- #{payTime},
- #{freightPrice},
- #{couponId},
- #{couponPrice},
- #{fullCutPrice},
- #{campMinusId},
- #{campName},
- #{callbackStatus},
- #{orderType},
- #{storeId},
- #{orderBizType},
- #{isOnfflineOrder},
- #{orderSnWx},
- #{payFlag},
- #{merchSn},
- #{createTime},
- #{modTime}
- )
- </insert>
- <insert id="saveOrderVo" parameterType="com.kmall.api.entity.OrderVo" useGeneratedKeys="true" keyProperty="id">
- insert into mall_order
- (
- `order_sn`,
- `user_id`,
- `order_status`,
- `shipping_status`,
- `shipping_code`,
- `pay_status`,
- `consignee`,
- `country`,
- `province`,
- `city`,
- `district`,
- `address`,
- `address_id`,
- `mobile`,
- `postscript`,
- `pay_id`,
- `pay_name`,
- `shipping_fee`,
- `actual_price`,
- `cash_fee`,
- `cash_fee_type`,
- `total_fee`,
- `fee_type`,
- `rate`,
- `integral`,
- `integral_money`,
- `order_price`,
- `goods_price`,
- `add_time`,
- `confirm_time`,
- `pay_time`,
- `freight_price`,
- `coupon_id`,
- `coupon_price`,
- `full_cut_price`,
- camp_minus_id,
- camp_name,
- `order_type`,
- `activity_id`,
- `store_id`,
- `delivery_date`,
- `delivery_remark`,
- `predict_time`,
- `coupon_name`,
- `comment_count`,
- <if test="merchSn != null" >
- merch_sn,
- </if>
- <if test="merchOrderSn != null" >
- merch_order_sn,
- </if>
- <if test="isScan != null" >
- is_scan,
- </if>
- <if test="isMergePay != null" >
- is_merge_pay,
- </if>
- <if test="orderBizType != null" >
- order_biz_type,
- </if>
- <if test="payTransactionId != null" >
- pay_transaction_id,
- </if>
- <if test="payMobile != null" >
- pay_mobile,
- </if>
- <if test="buyerPayCheck != null" >
- buyer_pay_check,
- </if>
- <if test="isOnfflineOrder != null" >
- `is_onffline_order`,
- </if>
- <if test="payFlag != null" >
- pay_flag,
- </if>
- <if test="createrSn != null" >
- creater_sn,
- </if>
- <if test="createTime != null" >
- create_time,
- </if>
- <if test="moderSn != null" >
- moder_sn,
- </if>
- <if test="modTime != null" >
- mod_time
- </if>
- )
- values
- (
- #{order_sn},
- #{user_id},
- #{order_status},
- #{shipping_status},
- #{shipping_code},
- #{pay_status},
- #{consignee},
- #{country},
- #{province},
- #{city},
- #{district},
- #{address},
- #{address_id},
- #{mobile},
- #{postscript},
- #{pay_id},
- #{pay_name},
- #{shipping_fee},
- #{actual_price},
- #{cashFee},
- #{cashFeeType},
- #{totalFee},
- #{feeType},
- #{rate},
- #{integral},
- #{integral_money},
- #{order_price},
- #{goods_price},
- now(),
- #{confirm_time},
- #{pay_time},
- #{freight_price},
- #{coupon_id},
- #{coupon_price},
- #{full_cut_price},
- #{campMinusId},
- #{campName},
- #{order_type},
- #{activity_id},
- #{store_id},
- #{delivery_date},
- #{delivery_remark},
- #{predict_time},
- #{coupon_name},
- #{comment_count},
- <if test="merchSn != null" >
- #{merchSn},
- </if>
- <if test="merchOrderSn != null" >
- #{merchOrderSn},
- </if>
- <if test="isScan != null" >
- #{isScan},
- </if>
- <if test="isMergePay != null" >
- #{isMergePay},
- </if>
- <if test="orderBizType != null" >
- #{orderBizType,jdbcType=CHAR},
- </if>
- <if test="payTransactionId != null" >
- #{payTransactionId},
- </if>
- <if test="payMobile != null" >
- #{payMobile},
- </if>
- <if test="buyerPayCheck != null" >
- #{buyerPayCheck},
- </if>
- <if test="isOnfflineOrder != null" >
- #{isOnfflineOrder},
- </if>
- <if test="payFlag != null" >
- #{payFlag},
- </if>
- <if test="createrSn != null" >
- #{createrSn},
- </if>
- <if test="createTime != null" >
- #{createTime},
- </if>
- <if test="moderSn != null" >
- #{moderSn},
- </if>
- <if test="modTime != null" >
- #{modTime}
- </if>
- )
- </insert>
- <update id="update" parameterType="com.kmall.admin.entity.OrderEntity">
- update mall_order
- <set>
- <if test="orderSn != null">`order_sn` = #{orderSn},</if>
- <if test="userId != null">`user_id` = #{userId},</if>
- <if test="orderStatus != null">`order_status` = #{orderStatus},</if>
- <if test="shippingStatus != null">`shipping_status` = #{shippingStatus},</if>
- <if test="payStatus != null">`pay_status` = #{payStatus},</if>
- <if test="consignee != null">`consignee` = #{consignee},</if>
- <if test="country != null">`country` = #{country},</if>
- <if test="province != null">`province` = #{province},</if>
- <if test="city != null">`city` = #{city},</if>
- <if test="district != null">`district` = #{district},</if>
- <if test="address != null">`address` = #{address},</if>
- <if test="mobile != null">`mobile` = #{mobile},</if>
- <if test="postscript != null">`postscript` = #{postscript},</if>
- <if test="shippingId != null">`shipping_id` = #{shippingId},</if>
- <if test="shippingName != null">`shipping_name` = #{shippingName},</if>
- <if test="shippingCode != null">`shipping_code` = #{shippingCode},</if>
- <if test="shippingNo != null">`shipping_no` = #{shippingNo},</if>
- <if test="payId != null">`pay_id` = #{payId},</if>
- <if test="payName != null">`pay_name` = #{payName},</if>
- <if test="shippingFee != null">`shipping_fee` = #{shippingFee},</if>
- <if test="actualPrice != null">`actual_price` = #{actualPrice},</if>
- <if test="integral != null">`integral` = #{integral},</if>
- <if test="integralMoney != null">`integral_money` = #{integralMoney},</if>
- <if test="orderPrice != null">`order_price` = #{orderPrice},</if>
- <if test="goodsPrice != null">`goods_price` = #{goodsPrice},</if>
- <if test="addTime != null">`add_time` = #{addTime},</if>
- <if test="confirmTime != null">`confirm_time` = #{confirmTime},</if>
- <if test="payTime != null">`pay_time` = #{payTime},</if>
- <if test="freightPrice != null">`freight_price` = #{freightPrice},</if>
- <if test="couponId != null">`coupon_id` = #{couponId},</if>
- <if test="couponPrice != null">`coupon_price` = #{couponPrice},</if>
- <if test="fullCutPrice != null">`full_cut_price` = #{fullCutPrice},</if>
- <if test="campMinusId != null">`camp_minus_id` = #{campMinusId},</if>
- <if test="campName != null">`camp_name` = #{campName},</if>
- <if test="callbackStatus != null">`callback_status` = #{callbackStatus},</if>
- <if test="AliTradeNo != null">`ali_trade_no` = #{AliTradeNo},</if>
- <if test="orderType != null">`order_type` = #{orderType},</if>
- <if test="storeId != null">`store_id` = #{storeId},</if>
- <if test="payFlag != null">`pay_flag` = #{payFlag},</if>
- <if test="orderSnWx != null">`order_sn_wx` = #{orderSnWx},</if>
- <if test="orderBizType != null">`order_biz_type` = #{orderBizType},</if>
- <if test="merchSn != null">`merch_sn` = #{merchSn},</if>
- <if test="createTime != null">`create_time` = #{createTime},</if>
- <if test="modTime != null">`mod_time` = #{modTime},</if>
- <if test="createrSn != null">`creater_sn` = #{createrSn},</if>
- <if test="moderSn != null">`moder_sn` = #{moderSn},</if>
- </set>
- where id = #{id}
- </update>
- <delete id="delete">
- delete from mall_order where id = #{value}
- </delete>
- <delete id="deleteBatch">
- delete from mall_order where id in
- <foreach item="id" collection="array" open="(" separator="," close=")">
- #{id}
- </foreach>
- </delete>
- <update id="riderOrderUpdate" parameterType="com.kmall.admin.entity.OrderEntity">
- update mall_order
- <set>
- `order_status` = #{orderStatus},
- `shipping_status` = #{shippingStatus},
- `shipping_id` = #{shippingId},
- `shipping_name` = #{shippingName},
- `shipping_fee` = #{shippingFee},
- `shipping_no` = #{shippingNo},
- `shipping_mobile` = #{shippingMobile}
- </set>
- where id = #{id}
- </update>
- <select id="getYfkOrderUserSum" resultType="int">
- select count(1) from (select o.user_id,count(o.user_id) as counts from mall_order o
- inner join mall_merch_user mu on o.user_id=mu.user_id and o.merch_sn=mu.merch_sn and o.store_id=mu.store_id
- left join mall_store s on o.store_id = s.id
- where pay_status = 2
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- group by o.user_id) u
- </select>
- <select id="getOderUserSum" resultType="int">
- select count(1) from (select o.user_id,count(o.user_id) as counts from mall_order o
- inner join mall_merch_user mu on o.user_id=mu.user_id and o.merch_sn=mu.merch_sn and o.store_id=mu.store_id
- left join mall_store s on o.store_id = s.id
- where 1=1
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- group by o.user_id) u
- </select>
- <select id="getTodayUserOrder" resultType="int">
- select count(1) from mall_order o
- left join mall_store s on o.store_id = s.id
- where pay_status = 2 and pay_time > date_format(sysdate(), '%Y-%m-%d')
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- </select>
- <select id="getTodayUserSales" resultType="int">
- select ifnull(sum(o.actual_price),0) from mall_order o
- left join mall_store s on o.store_id = s.id where o.pay_status = 2 and o.pay_time > date_format(sysdate(), '%Y-%m-%d')
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- </select>
- <select id="getIncomeSum" resultType="int">
- select ifnull(sum(actual_price),0) from mall_order o
- left join mall_store s on o.store_id = s.id where o.pay_status = 2
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- </select>
- <select id="getPayedOrderCount" resultType="int">
- select count(1) from mall_order o
- left join mall_store s on o.store_id = s.id where o.pay_status = 2 and o.is_onffline_order = 0
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- </select>
- <select id="promOrderList" resultType="com.kmall.admin.entity.OrderEntity">
- SELECT
- s.prom_id,
- o.id,
- o.order_sn,
- o.merch_order_sn,
- o.actual_price,
- o.freight_price,
- o.activity_id,
- o.order_status,
- o.pay_status,
- store.store_name storeName,
- u.userName userName,
- o.buyer_pay_check,
- o.order_price,
- o.coupon_name couponName,
- o.add_time,
- o.shipping_status,
- (select count(1) from mall_order_goods where order_id = o.id) orderDetailCount,
- g.goods_id goodsId
- FROM
- mk_store_prom_stat s
- LEFT JOIN mk_store_prom_order_real r ON s.prom_id = r.prom_id
- LEFT JOIN mall_order o ON r.order_id = o.id
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- AND g.id = r.order_goods_id
- LEFT JOIN mall_store store ON o.store_id = store.id
- LEFT JOIN mall_user u ON o.user_id = u.id
- WHERE
- r.order_id IS NOT NULL
- <if test="promId != null and promId != ''">
- AND s.prom_id = #{promId}
- </if>
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND store.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- <choose>
- <when test="sidx != null and sidx.trim() != ''">
- order by ${sidx} ${order}
- </when>
- <otherwise>
- order by o.id desc
- </otherwise>
- </choose>
- <if test="offset != null and limit != null">
- limit #{offset}, #{limit}
- </if>
- </select>
- <select id="queryPromOrderTotal" resultType="int">
- SELECT
- count(*)
- FROM
- mk_store_prom_stat s
- LEFT JOIN mk_store_prom_order_real r ON s.prom_id = r.prom_id
- LEFT JOIN mall_order o ON r.order_id = o.id
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- AND g.id = r.order_goods_id
- LEFT JOIN mall_store store ON o.store_id = store.id
- LEFT JOIN mall_user u ON o.user_id = u.id
- WHERE
- r.order_id IS NOT NULL
- <if test="promId != null and promId != ''">
- AND s.prom_id = #{promId}
- </if>
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND store.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- </select>
- <select id="promOrderListExport" resultType="com.kmall.admin.entity.OrderEntity">
- SELECT
- s.prom_id,
- o.id,
- o.order_sn,
- o.merch_order_sn,
- o.actual_price,
- g.goods_name,
- g.number,
- g.retail_price,
- o.freight_price,
- o.activity_id,
- o.order_status,
- o.pay_status,
- store.store_name storeName,
- u.userName userName,
- o.buyer_pay_check,
- o.order_price,
- o.add_time,
- o.shipping_status,
- g.goods_id goodsId
- FROM
- mk_store_prom_stat s
- LEFT JOIN mk_store_prom_order_real r ON s.prom_id = r.prom_id
- LEFT JOIN mall_order o ON r.order_id = o.id
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- AND g.id = r.order_goods_id
- LEFT JOIN mall_store store ON o.store_id = store.id
- LEFT JOIN mall_user u ON o.user_id = u.id
- WHERE
- r.order_id IS NOT NULL
- <if test="promId != null and promId != ''">
- AND s.prom_id = #{promId}
- </if>
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND store.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- </select>
- <select id="getActualPriceByOutProm" parameterType="map" resultType="java.lang.Double">
- SELECT
- o.actual_price - ( o.actual_price - g.retail_price * g.number ) promActualPrice
- FROM
- mk_store_prom_order_real r
- LEFT JOIN mall_order o ON r.order_id = o.id
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- AND g.id = r.order_goods_id
- WHERE 1=1
- AND g.goods_id = #{goodsId}
- AND r.order_id = #{orderId}
- <if test="statusList != null">
- AND o.order_status IN
- <foreach item="statusList" collection="statusList" open="(" separator="," close=")">
- #{statusList}
- </foreach>
- </if>
- </select>
- <select id="storeTopicOrderList" resultType="com.kmall.admin.entity.OrderEntity">
- SELECT
- s.title 'storeTopicName',
- pt.prom_type_name 'storeTopicType',
- ss.store_name 'storeName',
- s.id 'storeTopicId',
- o.id,
- o.order_sn,
- o.merch_order_sn,
- o.actual_price,
- o.freight_price,
- o.activity_id,
- o.coupon_id,
- o.coupon_name,
- o.camp_minus_id,
- o.camp_name,
- o.order_status,
- o.pay_status,
- u.userName userName,
- o.order_price,
- o.add_time,
- o.shipping_status
- FROM
- mall_order o
- INNER JOIN mall_store_topic s ON o.activity_id = s.id
- LEFT JOIN mk_store_prom_type pt ON s.prom_type_id = pt.prom_type_id
- LEFT JOIN mall_store ss ON o.store_id = ss.id
- LEFT JOIN mall_user u ON o.user_id = u.id
- WHERE
- 1=1
- <if test="storeTopicId != null and storeTopicId != ''">
- AND s.id = #{storeTopicId}
- </if>
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND ss.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- order by o.id DESC
- <if test="offset != null and limit != null">
- limit #{offset}, #{limit}
- </if>
- </select>
- <select id="queryStoreTopicOrderTotal" resultType="int">
- SELECT
- count(*)
- FROM
- mall_order o
- INNER JOIN mall_store_topic s ON o.activity_id = s.id
- LEFT JOIN mk_store_prom_type pt ON s.prom_type_id = pt.prom_type_id
- LEFT JOIN mall_store ss ON o.store_id = ss.id
- LEFT JOIN mall_user u ON o.user_id = u.id
- WHERE 1=1
- <if test="storeTopicId != null and storeTopicId != ''">
- AND s.id = #{storeTopicId}
- </if>
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND ss.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- </select>
- <!-- 可根据自己的需求,是否要使用 -->
- <resultMap type="com.kmall.admin.dto.OrderRecognitionDto" id="orderRecognitionMap">
- <result property="id" column="id"/>
- <result property="merchOrderSn" column="merch_order_sn"/>
- <result property="orderSn" column="order_sn"/>
- <result property="userId" column="user_id"/>
- <result property="orderStatus" column="order_status"/>
- <result property="shippingStatus" column="shipping_status"/>
- <result property="payStatus" column="pay_status"/>
- <result property="consignee" column="consignee"/>
- <result property="country" column="country"/>
- <result property="province" column="province"/>
- <result property="city" column="city"/>
- <result property="district" column="district"/>
- <result property="address" column="address"/>
- <result property="mobile" column="mobile"/>
- <result property="postscript" column="postscript"/>
- <result property="shippingId" column="shipping_id"/>
- <result property="shippingName" column="shipping_name"/>
- <result property="shippingCode" column="shipping_code"/>
- <result property="shippingNo" column="shipping_no"/>
- <result property="payId" column="pay_id"/>
- <result property="payName" column="pay_name"/>
- <result property="shippingFee" column="shipping_fee"/>
- <result property="actualPrice" column="actual_price"/>
- <result property="integral" column="integral"/>
- <result property="integralMoney" column="integral_money"/>
- <result property="orderPrice" column="order_price"/>
- <result property="goodsPrice" column="goods_price"/>
- <result property="addTime" column="add_time"/>
- <result property="confirmTime" column="confirm_time"/>
- <result property="payTime" column="pay_time"/>
- <result property="freightPrice" column="freight_price"/>
- <result property="couponId" column="coupon_id"/>
- <result property="couponPrice" column="coupon_price"/>
- <result property="callbackStatus" column="callback_status"/>
- <result property="orderType" column="order_type"/>
- <result property="storeId" column="store_id"/>
- <result property="userName" column="username"/>
- <result property="orderType" column="order_type"/>
- <result property="activityId" column="activity_id"/>
- <result property="deliveryDate" column="delivery_date"/>
- <result property="deliveryRemark" column="delivery_remark"/>
- <result property="predictTime" column="predict_time"/>
- <result property="orderBizType" column="order_biz_type"/>
- <result property="isPaymentSend" column="is_payment_send"/>
- <result property="isEleOrderSend" column="is_ele_order_send"/>
- <result property="isCustomsSend" column="is_customs_send"/>
- <result property="payFlag" column="pay_flag"/>
- <result column="buyer_pay_check" property="buyerPayCheck"/>
- <result property="merchSn" column="merch_sn"/>
- <result property="sku" column="sku"/>
- <result property="createTime" column="create_time"/>
- <result property="modTime" column="mod_time"/>
- <result property="isOnfflineOrder" column="is_onffline_order"/>
- <result property="orderSnWx" column="order_sn_wx"/>
- <result property="isMergePay" column="is_merge_pay"/>
- <result property="payTransactionId" column="pay_transaction_id"/>
- <result property="storeName" column="store_name"/>
- <result property="moderSn" column="moder_sn"/>
- <result property="unitCode" column="unit_code"/>
- <result property="ciqProdModel" column="ciq_prod_model"/>
- <result property="oriCntCode" column="ori_cnt_code"/>
- <result property="brand" column="brand"/>
- <result column="gross_weight" property="grossWeight" />
- <result column="net_weight" property="netWeight" />
- <result property="fullCutPrice" column="full_cut_price"/>
- <result property="campMinusId" column="camp_minus_id"/>
- <result property="campName" column="camp_name"/>
- <result property="isTempNoti" column="is_temp_noti"/>
- <result property="isFaceCheck" column="is_face_check"/>
- <result property="tempNotiMsg" column="temp_noti_msg"/>
- <result property="recognitionReturnMsg" column="recognition_return_msg"/>
- <result property="lastFaceTime" column="last_face_time"/>
- <result property="failCount" column="fail_count"/>
- <result property="checkOperatorType" column="check_operator_type"/>
- <result property="faceLivenessId" column="faceLivenessId"/>
- </resultMap>
- <select id="queryOrderListByRecognition" resultMap="orderRecognitionMap">
- SELECT DISTINCT
- o.order_sn,
- o.merch_order_sn,
- o.order_status,
- o.actual_price,
- o.order_biz_type,
- o.shipping_no,
- o.shipping_name,
- o.shipping_code,
- o.consignee,
- o.mobile,
- o.province,
- o.city,
- o.district,
- o.address,
- o.add_time,
- o.pay_id,
- o.pay_status,
- o.shipping_status,
- o.is_merge_pay,
- o.buyer_pay_check,
- o.order_price,
- o.moder_sn,
- o.id,
- u.username AS username,
- o.user_id,
- p.is_payment_send,
- p.is_ele_order_send,
- p.is_customs_send,
- s.store_name,
- o.full_cut_price,
- o.camp_minus_id,
- o.camp_name,
- fd.is_temp_noti,
- fd.is_face_check,
- fd.temp_noti_msg,
- fd.recognition_return_msg,
- fd.fail_count,
- fd.id 'faceLivenessId',
- fd.check_operator_type,
- u.last_face_time,
- t.is_face_check 'thirdIsFaceCheck'
- FROM
- mall_order o
- LEFT JOIN mall_user u ON o.user_id = u.id
- LEFT JOIN mall_order_process_record p ON o.order_sn = p.order_sn
- left join mall_store s on o.store_id = s.id
- LEFT JOIN third_merchant_biz t ON t.third_party_merch_code = s.third_party_merch_code
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- LEFT JOIN mall_product_store_rela r ON o.store_id = r.store_id
- AND r.goods_id = g.goods_id
- LEFT JOIN mall_goods gs ON g.goods_id = gs.id
- INNER JOIN face_liveness_recognition_return_data fd on fd.order_sn = o.order_sn and fd.user_id = o.user_id
- WHERE 1=1
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="sku != null and sku.trim() != ''">
- AND gs.sku = #{sku}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="thirdMerchSn != null and thirdMerchSn != ''">
- AND t.third_merch_sn = #{thirdMerchSn}
- </if>
- <if test="supplierThirdId != null and supplierThirdId != ''">
- AND r.supplier_third_id = #{supplierThirdId}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- <if test="ids != null and ids.trim() != ''">
- AND o.id in (${ids})
- </if>
- <choose>
- <when test="sidx != null and sidx.trim() != ''">
- order by ${sidx} ${order}
- </when>
- <otherwise>
- order by o.id desc
- </otherwise>
- </choose>
- <if test="offset != null and limit != null">
- limit #{offset}, #{limit}
- </if>
- </select>
- <select id="queryOrderListByRecognitionTotal" resultType="int">
- SELECT count(1)
- FROM
- mall_order o
- LEFT JOIN mall_user u ON o.user_id = u.id
- LEFT JOIN mall_order_process_record p ON o.order_sn = p.order_sn
- left join mall_store s on o.store_id = s.id
- LEFT JOIN third_merchant_biz t ON t.third_party_merch_code = s.third_party_merch_code
- LEFT JOIN mall_order_goods g ON o.id = g.order_id
- LEFT JOIN mall_product_store_rela r ON o.store_id = r.store_id
- AND r.goods_id = g.goods_id
- LEFT JOIN mall_goods gs ON g.goods_id = gs.id
- INNER JOIN face_liveness_recognition_return_data fd on fd.order_sn = o.order_sn and fd.user_id = o.user_id
- WHERE 1=1
- <if test="startTime != null and startTime != ''">
- AND o.add_time <![CDATA[ > ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime != ''">
- AND o.add_time <![CDATA[ < ]]> #{endTime}
- </if>
- <if test="storeId != null and storeId != ''">
- AND o.store_id = #{storeId}
- </if>
- <if test="sku != null and sku.trim() != ''">
- AND gs.sku = #{sku}
- </if>
- <if test="thirdPartyMerchCode != null and thirdPartyMerchCode.trim() != ''">
- AND s.third_party_merch_code = #{thirdPartyMerchCode}
- </if>
- <if test="thirdMerchSn != null and thirdMerchSn != ''">
- AND t.third_merch_sn = #{thirdMerchSn}
- </if>
- <if test="supplierThirdId != null and supplierThirdId != ''">
- AND r.supplier_third_id = #{supplierThirdId}
- </if>
- <if test="orderBizType != null and orderBizType != ''">
- AND o.order_biz_type = #{orderBizType}
- </if>
- <if test="merchOrderSn != null and merchOrderSn.trim() != ''">
- AND o.merch_order_sn = #{merchOrderSn}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- AND o.merch_sn = #{merchSn}
- </if>
- <if test="orderSn != null and orderSn.trim() != ''">
- AND o.order_sn LIKE concat('%',#{orderSn},'%')
- </if>
- <if test="shippingStatus != null and shippingStatus.trim() != ''">
- AND o.shipping_status = #{shippingStatus}
- </if>
- <if test="payStatus != null and payStatus.trim() != ''">
- AND o.pay_status = #{payStatus}
- </if>
- <if test="orderStatus != null and orderStatus.trim() != ''">
- AND o.order_status = #{orderStatus}
- </if>
- <if test="shippingId != null and shippingId != 0">
- AND o.shipping_id = #{shippingId}
- </if>
- <if test="orderType != null and orderType.trim() != ''">
- AND o.order_type = #{orderType}
- </if>
- <if test="isOnfiilineOrder != null">
- AND o.is_onffline_order = #{isOnfiilineOrder}
- </if>
- <if test="ids != null and ids.trim() != ''">
- AND o.id in (${ids})
- </if>
- </select>
- <select id="queryOrderByRecogTemp" resultType="com.kmall.admin.dto.SendTempDto">
- SELECT
- o.add_time 'addTime',
- u.weixin_openid 'openId',
- o.merch_order_sn 'merchOrderSn',
- o.id 'orderId',
- o.order_sn 'orderSn'
- FROM
- mall_order o
- INNER JOIN mall_user u ON o.user_id = u.id
- where o.id = #{value}
- </select>
- <select id="queryRealtimeSales" resultType="com.kmall.admin.entity.RealtimeSalesDetection">
- SELECT
- s.id AS storeId,
- o.merch_sn AS merchSn,
- m.merch_name AS merchName,
- count( 0 ) AS guestNumber,
- sum( o.order_price ) AS totalSales,
- sum( o.actual_price ) AS actualSales,
- s.store_name AS storeName,
- max( o.add_time ) AS lastSalesTime ,
- sum( g.cost_price) AS totalCost
- FROM
- mall_order o
- LEFT JOIN mall_store s ON o.store_id = s.id
- LEFT JOIN mall_merch m ON o.merch_sn = m.merch_sn
- LEFT JOIN mall_order_goods og ON o.id = og.order_id
- LEFT JOIN mall_goods g ON og.goods_id = g.id
- LEFT JOIN mall_product_store_rela sr ON sr.goods_id = g.id
- LEFT JOIN mall_category c ON sr.category_id = c.id
- WHERE
- 1 = 1
- <if test="storeId != null and storeId.trim() != ''">
- and o.store_id=#{storeId}
- </if>
- <if test="merchSn != null and merchSn.trim() != ''">
- and o.merch_sn=#{merchSn}
- </if>
- <choose>
- <when test="compareDate != null and compareDate != ''">
- and ( datediff ( o.add_time , #{compareDate} ) = 0 )
- </when>
- <when test="salesDate != null and salesDate != ''">
- and ( datediff ( o.add_time , #{salesDate} ) = 0 )
- </when >
- <otherwise></otherwise>
- </choose>
- <if test="categoryId != null and categoryId != ''">
- AND (c.parent_id = #{categoryId} or c.id = #{categoryId})
- </if>
- </select>
- <select id="purchaseSalesInStockDetailList" resultType="com.kmall.admin.entity.PurchaseSalesInStockDetail">
- select
- substr(msmc.create_time,1,10) as time,
- if(msmc.change_type = 1 ,'销售','期初') as type,
- sum(if((msmc.change_type = 2 or msmc.change_type = 3 ),msmc.store_change_num,0)) as addNum,
- sum(if(msmc.change_type = 1 ,msmc.store_change_num,0)) as lessNum,
- rela.stock_num as endingInventory,
- rela.stock_num as inventory,
- 0 as costPrice,
- rela.retail_price as retailPrice,
- 0 as addAmount,
- sum(if(msmc.change_type = 1 ,msmc.store_change_num,0)*rela.retail_price) as lessAmount,
- 0 as price
- from mall_product_store_rela rela
- left join mall_store_mng_change msmc on msmc.goods_id = rela.goods_id
- left join mall_goods g on g.id = msmc.goods_id
- WHERE 1=1 and msmc.creater_sn <![CDATA[ <> ]]> '定时任务'
- <if test="storeId != null and storeId != ''">
- AND rela.store_id = #{storeId}
- </if>
- <if test="goodsSn != null and goodsSn.trim() != ''">
- AND g.goods_sn = #{goodsSn}
- </if>
- <if test="prodBarcode != null and prodBarcode.trim() != ''">
- AND g.prod_barcode = #{prodBarcode}
- </if>
- <if test="startTime != null and startTime.trim() != ''">
- AND substr(msmc.create_time,1,10) <![CDATA[ >= ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime.trim() != ''">
- AND substr(msmc.create_time,1,10) <![CDATA[ <= ]]> #{endTime}
- </if>
- group by substr(msmc.create_time,1,10)
- <if test="offset != null and limit != null">
- limit #{offset}, #{limit}
- </if>
- </select>
- <select id="purchaseSalesInStockDetailTotal" resultType="int">
- select count(1) from ( select count(DISTINCT rela.id)
- from mall_product_store_rela rela
- left join mall_store_mng_change msmc on msmc.goods_id = rela.goods_id
- left join mall_goods g on g.id = msmc.goods_id
- WHERE 1=1 and msmc.creater_sn <![CDATA[ <> ]]> '定时任务'
- <if test="storeId != null and storeId != ''">
- AND rela.store_id = #{storeId}
- </if>
- <if test="goodsSn != null and goodsSn.trim() != ''">
- AND g.goods_sn = #{goodsSn}
- </if>
- <if test="sku != null and sku.trim() != ''">
- AND g.sku = #{sku}
- </if>
- <if test="prodBarcode != null and prodBarcode.trim() != ''">
- AND g.prod_barcode = #{prodBarcode}
- </if>
- <if test="startTime != null and startTime.trim() != ''">
- AND substr(msmc.create_time,1,10) <![CDATA[ >= ]]> #{startTime}
- </if>
- <if test="endTime != null and endTime.trim() != ''">
- AND substr(msmc.create_time,1,10) <![CDATA[ <= ]]> #{endTime}
- </if>
- group by substr(msmc.create_time,1,10)
- ) b
- </select>
- </mapper>
|