1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567 |
- <?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.platform.yijia.dao.PayOrderMapper">
- <!--订单对象实体类-->
- <resultMap id="BaseResultMap" type="com.platform.yijia.pojo.PayOrder">
- <id column="order_id" jdbcType="INTEGER" property="orderId" />
- <result column="order_no" jdbcType="VARCHAR" property="orderNo" />
- <result column="oil_gun" jdbcType="VARCHAR" property="oilGun" />
- <result column="oil_name" jdbcType="VARCHAR" property="oilName" />
- <result column="oil_pirce" jdbcType="VARCHAR" property="oilPirce" />
- <result column="consumer_id" jdbcType="INTEGER" property="consumerId" />
- <result column="consumer" jdbcType="VARCHAR" property="consumer" />
- <result column="amt" jdbcType="DOUBLE" property="amt" />
- <result column="station_id" jdbcType="INTEGER" property="stationId" />
- <result column="status" jdbcType="VARCHAR" property="status" />
- <result column="order_liters" jdbcType="VARCHAR" property="orderLiters" />
- <result column="pay_type" jdbcType="VARCHAR" property="payType" />
- <result column="pay_way" jdbcType="VARCHAR" property="payWay" />
- <result column="pay_date" jdbcType="TIMESTAMP" property="payDate" />
- <result column="oil_personnel" jdbcType="VARCHAR" property="oilPersonnel" />
- <result column="created_date" jdbcType="TIMESTAMP" property="createdDate" />
- <result column="order_type" jdbcType="CHAR" property="orderType" />
- <result column="station_name" jdbcType="CHAR" property="stationName" />
- <result column="receivable_amt" jdbcType="DOUBLE" property="receivableAmt" />
- <result column="received_amt" jdbcType="DOUBLE" property="receivedAmt" />
- <result column="discount_coupon" jdbcType="VARCHAR" property="discountCoupon" />
- <result column="discount_amt" jdbcType="DOUBLE" property="discountAmt" />
- <result column="discount_coupon_amt" jdbcType="DOUBLE" property="discountCouponAmt" />
- <result column="wx_amt" jdbcType="DOUBLE" property="wxAmt" />
- <result column="zfb_amt" jdbcType="DOUBLE" property="zfbAmt" />
- <result column="pos_amt" jdbcType="DOUBLE" property="posAmt" />
- <result column="xj_amt" jdbcType="DOUBLE" property="xjAmt" />
- <result column="didi_app_amt" jdbcType="DOUBLE" property="didiAppAmt" />
- <result column="ty_app_amt" jdbcType="DOUBLE" property="tyAppAmt" />
- <result column="other_amt" jdbcType="DOUBLE" property="otherAmt" />
- <result column="dzk_amt" jdbcType="DOUBLE" property="dzkAmt" />
- <result column="score" jdbcType="INTEGER" property="score" />
- <result column="member_no" jdbcType="VARCHAR" property="memberNo" />
- <result column="member_amt" jdbcType="DOUBLE" property="memberAmt" />
- <result column="print_count" jdbcType="INTEGER" property="printCount" />
- <result column="car_no" jdbcType="VARCHAR" property="carNo" />
- <result column="customer_phone" jdbcType="VARCHAR" property="customerPhone" />
- <result column="customer_grade" jdbcType="VARCHAR" property="customerGrade" />
- <result column="oil_type" jdbcType="VARCHAR" property="oilType" />
- <result column="payTypeName" property="payTypeName" />
- </resultMap>
- <sql id="Example_Where_Clause">
- <where>
- <foreach collection="oredCriteria" item="criteria" separator="or">
- <if test="criteria.valid">
- <trim prefix="(" prefixOverrides="and" suffix=")">
- <foreach collection="criteria.criteria" item="criterion">
- <choose>
- <when test="criterion.noValue">
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue">
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue">
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue">
- and ${criterion.condition}
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Update_By_Example_Where_Clause">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <where>
- <foreach collection="example.oredCriteria" item="criteria" separator="or">
- <if test="criteria.valid">
- <trim prefix="(" prefixOverrides="and" suffix=")">
- <foreach collection="criteria.criteria" item="criterion">
- <choose>
- <when test="criterion.noValue">
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue">
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue">
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue">
- and ${criterion.condition}
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Base_Column_List_PayTypeName_Status">
- T1.order_id, T1.order_no, T1.oil_gun, T1.oil_name, T1.oil_pirce, T1.consumer_id, T1.consumer, T1.amt, T1.station_id,
- CASE T1.status WHEN "1" THEN "已支付" ELSE "未支付" END AS status,
- T1.order_liters, T1.pay_type, T1.pay_way, T1.pay_date, T1.oil_personnel, T1.created_date, T1.order_type, T1.station_name,
- T1.receivable_amt, T1.received_amt, T1.discount_amt, T1.discount_coupon_amt, T1.discount_coupon, T1.wx_amt,
- T1.zfb_amt, T1.pos_amt, T1.xj_amt, T1.didi_app_amt, T1.ty_app_amt, T1.other_amt, T1.dzk_amt, T1.score, T1.member_no, T1.member_amt,
- T1.print_count, T1.car_no, T1.customer_phone, T1.customer_grade, T1.oil_type,
- T2.dict_label AS payTypeName
- </sql>
- <sql id="Base_Column_List">
- order_id, order_no, oil_gun, oil_name, oil_pirce, consumer_id, consumer, amt, station_id, status,
- order_liters, pay_type, pay_way, pay_date, oil_personnel, created_date, order_type, station_name,
- receivable_amt, received_amt, discount_amt, discount_coupon_amt, discount_coupon, wx_amt,
- zfb_amt, pos_amt, xj_amt, didi_app_amt, ty_app_amt, other_amt, dzk_amt, score, member_no, member_amt,
- print_count, car_no, customer_phone, customer_grade, oil_type
- </sql>
- <sql id="Base_Column_List_oilName">
- SELECT
- T1.dict_label AS oilName,
- COUNT(T2.order_no) AS orderSum,
- SUM(IFNULL(T2.order_liters,0)) AS orderLitersSum,
- SUM(IFNULL(T2.receivable_amt,0)) AS receivableAmtSum,
- SUM(IFNULL(T2.discount_amt,0)) AS discountAmtSum,
- SUM(IFNULL(T2.amt,0)) AS amtSum
- FROM sys_dict_data AS T1
- LEFT JOIN pay_order AS T2 ON T1.dict_label = T2.oil_name
- <if test="stationId !=null">
- AND T2.station_id= #{stationId}
- </if>
- <if test="status !=null">
- AND T2.status= #{status}
- </if>
- <if test="beginTime !=null">
- AND T2.pay_date >= #{beginTime}
- </if>
- <if test="endTime !=null">
- AND T2.pay_date < #{endTime}
- </if>
- WHERE
- T1.dict_type ="oil_name"
- GROUP BY T1.dict_label
- ORDER BY amtSum DESC
- </sql>
- <sql id="Base_Column_List_payType">
- SELECT
- T1.dict_label AS payType,
- COUNT(T2.order_no) AS orderSum,
- SUM(IFNULL(T2.order_liters,0)) AS orderLitersSum,
- SUM(IFNULL(T2.receivable_amt,0)) AS receivableAmtSum,
- SUM(IFNULL(T2.discount_amt,0)) AS discountAmtSum,
- SUM(IFNULL(T2.amt,0)) AS amtSum
- FROM sys_dict_data AS T1
- LEFT JOIN pay_order AS T2 ON T1.dict_value = T2.pay_type
- <if test="stationId !=null">
- AND T2.station_id= #{stationId}
- </if>
- <if test="status !=null">
- AND T2.status= #{status}
- </if>
- <if test="beginTime !=null and beginTime !=''">
- AND T2.pay_date >= #{beginTime}
- </if>
- <if test="endTime !=null">
- AND T2.pay_date < #{endTime}
- </if>
- WHERE
- T1.dict_type ="pay_type"
- GROUP BY T1.dict_label
- ORDER BY amtSum DESC
- </sql>
- <sql id="Base_Column_List_NoGroupBy">
- SELECT
- COUNT(T2.order_no) AS orderSum,
- SUM(IFNULL(T2.order_liters,0)) AS orderLitersSum,
- SUM(IFNULL(T2.receivable_amt,0)) AS receivableAmtSum,
- SUM(IFNULL(T2.discount_amt,0)) AS discountAmtSum,
- SUM(IFNULL(T2.amt,0)) AS amtSum,
- SUM(IFNULL(T2.received_amt,0)) AS receivedAmtSum,
- SUM(IFNULL(T2.print_count,0)) AS printCountSum
- FROM
- pay_order AS T2
- <where>
- <if test="stationId !=null">
- T2.station_id= #{stationId}
- </if>
- <if test="status !=null">
- AND T2.status= #{status}
- </if>
- <if test="beginTime !=null">
- AND T2.pay_date >= #{beginTime}
- </if>
- <if test="endTime !=null">
- AND T2.pay_date < #{endTime}
- </if>
- </where>
- </sql>
- <!--获取支付类型列表-->
- <select id="selectPayTypeList" resultType="com.platform.yijia.pojo.PayType">
- SELECT
- dict_value AS payType,
- dict_label AS payTypeName
- FROM
- sys_dict_data
- WHERE
- dict_type ="pay_type"
- </select>
- <!--查询油品总和-->
- <select id="selectSum" parameterType="com.platform.yijia.pojo.PayOrder" resultType="Map">
- <if test="groupBy !=null and groupBy =='oilName'">
- <include refid="Base_Column_List_oilName"/>
- </if>
- <if test="groupBy !=null and groupBy =='payType'">
- <include refid="Base_Column_List_payType"/>
- </if>
- <if test="groupBy ==''">
- <include refid="Base_Column_List_NoGroupBy"/>
- </if>
- </select>
- <!--查询昨日数据-->
- <select id="selectPosYesterDayData" parameterType="com.platform.yijia.pojo.PayOrder" resultType="map">
- SELECT
- orderSum,
- averPrice,
- amtSum,
- IFNULL(TT2.amtSumTT2, 0) AS lastAmtSum,
- DATE_FORMAT(NOW() -INTERVAL 8 DAY,"%w") AS week,
- IFNULL(ROUND(((amtSum-amtSumTT2)/amtSumTT2),2), 0) AS QOQ
- FROM (
- (SELECT
- T1.station_id,
- IFNULL(SUM(T1.amt), 0) AS amtSum,
- COUNT(T1.order_no) AS orderSum,
- IFNULL(ROUND((SUM(T1.amt)/COUNT(T1.order_no)),2),0) AS averPrice
- FROM pay_order AS T1
- WHERE
- T1.station_id = #{stationId}
- AND T1.`status` = "1"
- AND T1.created_date >= #{beginTime}
- AND T1.created_date < #{endTime}) AS TT1 LEFT JOIN
- (SELECT
- T2.station_id,
- IFNULL(SUM(T2.amt), 0) AS amtSumTT2
- FROM pay_order AS T2
- WHERE
- T2.station_id = #{stationId}
- AND T2.`status` = "1"
- AND T2.created_date >= #{beginTimeQOQ}
- AND T2.created_date < #{endTimeQOQ}) AS TT2 ON TT1.station_id = TT2.station_id
- )
- </select>
- <!--POS机查询近七天数据-->
- <!-- <select id="selectPosRecentlySevenData" parameterType="com.platform.yijia.pojo.PayOrder" resultType="map">-->
- <!-- SELECT-->
- <!-- DATE_FORMAT(T3.days, '%m-%d') AS time,-->
- <!-- SUM(IFNULL(T2.amt,0)) AS amtSum,-->
- <!-- COUNT(T2.order_no) AS orderSum-->
- <!-- FROM (-->
- <!-- ( SELECT-->
- <!-- @date := DATE_ADD(@date, INTERVAL + 1 DAY) AS days-->
- <!-- FROM-->
- <!-- ( SELECT @date := DATE_ADD(#{endTime}, INTERVAL - 8 DAY) FROM pay_order LIMIT 7 ) T1-->
- <!-- ) T3 LEFT JOIN pay_order AS T2 ON T3.days = DATE_FORMAT(T2.created_date, '%Y-%m-%d')-->
- <!-- AND T2.station_id= #{stationId}-->
- <!-- AND T2.status= #{status}-->
- <!-- AND T2.created_date >= #{beginTime}-->
- <!-- AND T2.created_date < #{endTime}-->
- <!-- )-->
- <!-- GROUP BY T3.days-->
- <!-- </select>-->
- <!--POS机查询近七天数据-->
- <select id="selectPosRecentlySevenData" parameterType="com.platform.yijia.pojo.PayOrder" resultType="map">
- SELECT
- V.month_days AS time,
- ROUND(SUM(IFNULL(T1.amt,"0")),2) AS amtSum,
- COUNT(T1.order_no) AS orderSum
- FROM view_recently_seven_day AS V
- LEFT JOIN pay_order AS T1 ON V.month_days = DATE_FORMAT(T1.created_date,'%m-%d')
- <if test="stationId !=null">
- AND T1.station_id= #{stationId}
- </if>
- <if test="status !=null">
- AND T1.status= #{status}
- </if>
- <if test="beginTime !=null">
- AND T1.created_date >= #{beginTime}
- </if>
- <if test="endTime !=null">
- AND T1.created_date < #{endTime}
- </if>
- GROUP BY month_days
- </select>
- <!--查询班结时间内订单-->
- <select id="selectPayOrderListFormater" parameterType="com.platform.yijia.pojo.PayOrder" resultMap="BaseResultMap">
- SELECT
- <include refid="Base_Column_List_PayTypeName_Status"/>
- FROM
- pay_order AS T1
- LEFT JOIN sys_dict_data AS T2 ON T1.pay_type = T2.dict_value
- <where>
- <if test="stationId !=null">
- T1.station_id= #{stationId}
- </if>
- <if test="payType !=null and payType !=''">
- AND T1.pay_type= #{payType}
- </if>
- <if test="status !=null">
- AND T1.status= #{status}
- </if>
- <if test="beginTime !=null and beginTime !=''">
- AND T1.pay_date >= #{beginTime}
- </if>
- <if test="endTime !=null and endTime !=''">
- AND T1.pay_date < #{endTime}
- </if>
- </where>
- </select>
- <!--查询班结时间内订单-->
- <select id="selectPayOrderList" parameterType="com.platform.yijia.pojo.PayOrder" resultMap="BaseResultMap">
- SELECT
- <include refid="Base_Column_List"/>
- FROM
- pay_order
- <where>
- <if test="stationId !=null">
- station_id= #{stationId}
- </if>
- <if test="payType !=null and payType !=''">
- AND pay_type= #{payType}
- </if>
- <if test="status !=null">
- AND status= #{status}
- </if>
- <if test="beginTime !=null and beginTime !=''">
- AND pay_date >= #{beginTime}
- </if>
- <if test="endTime !=null and endTime !=''">
- AND pay_date < #{endTime}
- </if>
- </where>
- </select>
- <!--初次班结 班结时间默认为当前时间订单信息-->
- <select id="getPayOrderInfoMin" parameterType="com.platform.yijia.pojo.PayOrder" resultMap="BaseResultMap">
- SELECT
- <include refid="Base_Column_List"/>
- FROM
- pay_order
- <where>
- <if test="stationId !=null">
- station_id= #{stationId}
- </if>
- <if test="status !=null">
- AND status= #{status}
- </if>
- </where>
- ORDER BY pay_date ASC LIMIT 0,1
- </select>
- <!--根据用户openId和用户类型userType查询用户订单-->
- <select id="getOrderListByOpenIdAndUserType" parameterType="com.platform.yijia.pojo.AppUserInfo" resultType="com.platform.yijia.pojo.PayOrder">
- SELECT
- B.order_no AS orderNo,
- B.oil_gun AS oilGun,
- B.oil_name AS oilName,
- B.consumer AS consumer,
- B.order_liters AS orderLiters,
- B.pay_date AS payDate,
- B.amt AS amt,
- B.created_date AS createdDate,
- B.oil_pirce AS oilPirce,
- B.station_name AS stationName,
- B.receivable_amt AS receivableAmt,
- B.discount_amt AS discountAmt,
- B.score AS score,
- B.status AS status,
- B.discount_coupon_amt AS discountCouponAmt
- FROM
- app_user_info AS A LEFT JOIN pay_order AS B ON A.user_id = B.consumer_id
- <where>
- <if test="userType != null and userType !=''">
- A.user_type = #{userType}
- </if>
- <if test="blogOpenid != null and blogOpenid !=''">
- AND A.blog_openid = #{blogOpenid}
- </if>
- <if test="minaOpenid != null and minaOpenid !=''">
- AND A.mina_openid = #{minaOpenid}
- </if>
- </where>
- ORDER BY B.created_date DESC
- </select>
- <!-- 查询加油员-->
- <select id="selectPersonelName" parameterType="map" resultType="map">
- SELECT
- A.personnel_id AS personnelId,
- A.personnel_name AS personelName,
- A.station_name AS stationName
- FROM
- station_personnel AS A
- <where>
- <if test="oliGunNo != null and oliGunNo !=''">
- FIND_IN_SET(#{oliGunNo}, A.gun_no)
- </if>
- <if test="stationId !=null and stationId !=''">
- AND A.station_id = #{stationId}
- </if>
- </where>
- </select>
- <!-- 根据油品名称和油站查询油枪编号和价格 -->
- <select id="selectOilGunNoAndOilPrice" parameterType="map" resultType="map">
- SELECT
- A.oil_gun_no AS oliGunNo,
- A.oil_name AS oilName,
- A.station_name AS stationName,
- B.oil_price AS oilPrice,
- C.personnel_name AS personelName
- FROM station_oil_gun AS A
- LEFT JOIN station_oil_price AS B ON A.oil_name = B.oil_name AND A.station_id = B.station_id
- LEFT JOIN station_personnel AS C ON A.oil_gun_no = C.gun_no AND A.station_id = C.station_id
- <where>
- <if test="oliGunNo != null and oliGunNo !=''">
- A.oil_gun_no = #{oliGunNo}
- </if>
- <if test="stationId !=null and stationId !=''">
- AND A.station_id = #{stationId}
- </if>
- </where>
- </select>
- <!-- 根据油品名称和油站id获取当前油品调价信息 -->
- <select id="selectOilPriceAdjust" parameterType="map" resultType="map">
- SELECT
- adjust_price_id AS adjustPriceId,
- oil_name AS oilName,
- oil_adjust_price AS oilAdjustPrice,
- take_effect_status AS takeEffectStatus,
- take_effect_date AS takeEffectDate,
- adjust_date AS adjustDate,
- station_id AS stationId,
- operator AS operator,
- status AS status
- FROM
- station_oil_price_adjust
- <where>
- <if test="oilName !=null and oilName !=''">
- oil_name = #{oilName}
- </if>
- <if test="stationId !=null and stationId !=''">
- AND station_id = #{stationId}
- </if>
- ORDER BY take_effect_date DESC
- </where>
- </select>
- <select id="selectByExample" parameterType="com.platform.yijia.pojo.PayOrderExample" resultMap="BaseResultMap">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select
- <if test="distinct">
- distinct
- </if>
- <include refid="Base_Column_List" />
- from pay_order
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- <if test="orderByClause != null">
- order by ${orderByClause}
- </if>
- </select>
- <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select
- <include refid="Base_Column_List" />
- from pay_order
- where order_id = #{orderId,jdbcType=INTEGER}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- delete from pay_order
- where order_id = #{orderId,jdbcType=INTEGER}
- </delete>
- <delete id="deleteByExample" parameterType="com.platform.yijia.pojo.PayOrderExample">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- delete from pay_order
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- </delete>
- <insert id="insert" parameterType="com.platform.yijia.pojo.PayOrder">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- INSERT into
- pay_order (order_id, order_no, oil_gun,
- oil_name, oil_pirce, consumer_id, consumer,
- amt, station_id, status,
- order_liters, pay_type, pay_way,
- pay_date, oil_personnel, created_date,
- order_type, station_name, receivable_amt, received_amt, discount_amt, discount_coupon_amt, discount_coupon, wx_amt,
- zfb_amt, pos_amt, xj_amt, didi_app_amt, ty_app_amt, other_amt, dzk_amt, score,
- member_no, member_amt, print_count, car_no, customer_phone, customer_grade, oil_type)
- VALUES (
- #{orderId,jdbcType=INTEGER}, #{orderNo,jdbcType=VARCHAR}, #{oilGun,jdbcType=VARCHAR},
- #{oilName,jdbcType=VARCHAR}, #{oilPirce,jdbcType=DOUBLE}, #{consumerId,jdbcType=INTEGER}, #{consumer,jdbcType=VARCHAR},
- #{amt,jdbcType=DOUBLE}, #{stationId,jdbcType=INTEGER}, #{status,jdbcType=VARCHAR},
- #{orderLiters,jdbcType=VARCHAR}, #{payType,jdbcType=VARCHAR}, #{payWay,jdbcType=VARCHAR},
- #{payDate,jdbcType=TIMESTAMP}, #{oilPersonnel,jdbcType=VARCHAR}, #{createdDate,jdbcType=TIMESTAMP},
- #{orderType,jdbcType=CHAR}, #{stationName,jdbcType=VARCHAR},
- #{receivableAmt,jdbcType=DOUBLE}, #{receivedAmt,jdbcType=DOUBLE},#{discountAmt,jdbcType=DOUBLE}, #{discountCouponAmt,jdbcType=DOUBLE},
- #{discountCoupon,jdbcType=INTEGER}, #{wxAmt,jdbcType=DOUBLE}, #{zfbAmt,jdbcType=DOUBLE},#{posAmt,jdbcType=DOUBLE},
- #{xjAmt,jdbcType=DOUBLE}, #{didiAppAmt,jdbcType=DOUBLE}, #{tyAppAmt,jdbcType=DOUBLE}, #{otherAmt,jdbcType=DOUBLE},
- #{dzkAmt,jdbcType=DOUBLE}, #{score,jdbcType=INTEGER}, #{memberNo,jdbcType=VARCHAR}, #{memberAmt,jdbcType=DOUBLE},
- #{printCount,jdbcType=INTEGER}, #{carNo,jdbcType=VARCHAR}, #{customerPhone,jdbcType=VARCHAR}, #{customerGrade,jdbcType=VARCHAR}, #{oilType,jdbcType=VARCHAR}
- )
- </insert>
- <insert id="insertSelective" parameterType="com.platform.yijia.pojo.PayOrder">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- insert into pay_order
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="orderId != null">
- order_id,
- </if>
- <if test="orderNo != null">
- order_no,
- </if>
- <if test="oilGun != null">
- oil_gun,
- </if>
- <if test="oilName != null">
- oil_name,
- </if>
- <if test="oilPirce != null">
- oil_pirce,
- </if>
- <if test="consumerId != null">
- consumer_id,
- </if>
- <if test="consumer != null">
- consumer,
- </if>
- <if test="amt != null">
- amt,
- </if>
- <if test="stationId != null">
- station_id,
- </if>
- <if test="status != null">
- status,
- </if>
- <if test="orderLiters != null">
- order_liters,
- </if>
- <if test="payType != null">
- pay_type,
- </if>
- <if test="payWay != null">
- pay_way,
- </if>
- <if test="payDate != null">
- pay_date,
- </if>
- <if test="oilPersonnel != null">
- oil_personnel,
- </if>
- <if test="createdDate != null">
- created_date,
- </if>
- <if test="orderType != null">
- order_type,
- </if>
- <if test="stationName != null">
- station_name,
- </if>
- <if test="receivableAmt != null">
- receivable_amt,
- </if>
- <if test="receivedAmt != null">
- received_amt,
- </if>
- <if test="discountAmt != null">
- discount_amt,
- </if>
- <if test="discountCouponAmt != null">
- discount_coupon_amt,
- </if>
- <if test="discountCoupon != null">
- discount_coupon,
- </if>
- <if test="wxAmt != null">
- wx_amt,
- </if>
- <if test="zfbAmt != null">
- zfb_amt,
- </if>
- <if test="posAmt != null">
- pos_amt,
- </if>
- <if test="didiAppAmt != null">
- didi_app_amt,
- </if>
- <if test="tyAppAmt != null">
- ty_app_amt,
- </if>
- <if test="otherAmt != null">
- other_amt,
- </if>
- <if test="dzkAmt != null">
- dzk_amt,
- </if>
- <if test="score != null">
- score,
- </if>
- <if test="memberNo != null">
- member_no,
- </if>
- <if test="memberAmt != null">
- member_amt,
- </if>
- <if test="printCount != null">
- print_count,
- </if>
- <if test="carNo != null">
- car_no,
- </if>
- <if test="customerPhone != null">
- customer_phone,
- </if>
- <if test="customerGrade != null">
- customer_grade,
- </if>
- <if test="oilType != null">
- oil_type
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="orderId != null">
- #{orderId,jdbcType=INTEGER},
- </if>
- <if test="orderNo != null">
- #{orderNo,jdbcType=VARCHAR},
- </if>
- <if test="oilGun != null">
- #{oilGun,jdbcType=VARCHAR},
- </if>
- <if test="oilName != null">
- #{oilName,jdbcType=VARCHAR},
- </if>
- <if test="oilPirce != null">
- #{oilPirce,jdbcType=DOUBLE},
- </if>
- <if test="consumerId != null">
- #{consumerId,jdbcType=INTEGER},
- </if>
- <if test="consumer != null">
- #{consumer,jdbcType=VARCHAR},
- </if>
- <if test="amt != null">
- #{amt,jdbcType=DOUBLE},
- </if>
- <if test="stationId != null">
- #{stationId,jdbcType=INTEGER},
- </if>
- <if test="status != null">
- #{status,jdbcType=VARCHAR},
- </if>
- <if test="orderLiters != null">
- #{orderLiters,jdbcType=VARCHAR},
- </if>
- <if test="payType != null">
- #{payType,jdbcType=VARCHAR},
- </if>
- <if test="payWay != null">
- #{payWay,jdbcType=VARCHAR},
- </if>
- <if test="payDate != null">
- #{payDate,jdbcType=TIMESTAMP},
- </if>
- <if test="oilPersonnel != null">
- #{oilPersonnel,jdbcType=VARCHAR},
- </if>
- <if test="createdDate != null">
- #{createdDate,jdbcType=TIMESTAMP},
- </if>
- <if test="orderType != null">
- #{orderType,jdbcType=CHAR},
- </if>
- <if test="stationName != null">
- #{stationName,jdbcType=VARCHAR},
- </if>
- <if test="receivableAmt != null">
- #{receivableAmt,jdbcType=DOUBLE},
- </if>
- <if test="receivedAmt != null">
- #{receivedAmt,jdbcType=DOUBLE},
- </if>
- <if test="discountAmt != null">
- #{discountAmt,jdbcType=DOUBLE},
- </if>
- <if test="discountCouponAmt != null">
- #{discountCouponAmt,jdbcType=DOUBLE},
- </if>
- <if test="discountCoupon != null">
- #{discountCoupon,jdbcType=VARCHAR},
- </if>
- <if test="wxAmt != null">
- #{wxAmt,jdbcType=DOUBLE},
- </if>
- <if test="zfbAmt != null">
- #{zfbAmt,jdbcType=DOUBLE},
- </if>
- <if test="posAmt != null">
- #{posAmt,jdbcType=DOUBLE},
- </if>
- <if test="xjAmt != null">
- #{xjAmt,jdbcType=DOUBLE},
- </if>
- <if test="didiAppAmt != null">
- #{didiAppAmt,jdbcType=DOUBLE},
- </if>
- <if test="tyAppAmt != null">
- #{tyAppAmt,jdbcType=DOUBLE},
- </if>
- <if test="otherAmt != null">
- #{otherAmt,jdbcType=DOUBLE},
- </if>
- <if test="dzkAmt != null">
- #{dzkAmt,jdbcType=DOUBLE},
- </if>
- <if test="score != null">
- #{score,jdbcType=INTEGER},
- </if>
- <if test="memberNo != null">
- #{memberNo,jdbcType=VARCHAR},
- </if>
- <if test="memberAmt != null">
- #{memberAmt,jdbcType=DOUBLE},
- </if>
- <if test="printCount != null">
- #{printCount,jdbcType=INTEGER},
- </if>
- <if test="carNo != null">
- #{carNo,jdbcType=VARCHAR},
- </if>
- <if test="customerPhone != null">
- #{customerPhone,jdbcType=VARCHAR},
- </if>
- <if test="customerGrade != null">
- #{customerGrade,jdbcType=VARCHAR},
- </if>
- <if test="oilType != null">
- #{oilType,jdbcType=VARCHAR}
- </if>
- </trim>
- </insert>
- <select id="countByExample" parameterType="com.platform.yijia.pojo.PayOrderExample" resultType="java.lang.Long">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select count(*) from pay_order
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- </select>
- <update id="updateByExampleSelective" parameterType="map">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update pay_order
- <set>
- <if test="record.orderId != null">
- order_id = #{record.orderId,jdbcType=INTEGER},
- </if>
- <if test="record.orderNo != null">
- order_no = #{record.orderNo,jdbcType=VARCHAR},
- </if>
- <if test="record.oilGun != null">
- oil_gun = #{record.oilGun,jdbcType=VARCHAR},
- </if>
- <if test="record.oilName != null">
- oil_name = #{record.oilName,jdbcType=VARCHAR},
- </if>
- <if test="record.oilPirce != null">
- oil_pirce = #{record.oilPirce,jdbcType=VARCHAR},
- </if>
- <if test="record.consumerId != null">
- consumer_id = #{record.consumerId,jdbcType=INTEGER},
- </if>
- <if test="record.consumer != null">
- consumer = #{record.consumer,jdbcType=VARCHAR},
- </if>
- <if test="record.amt != null">
- amt = #{record.amt,jdbcType=DOUBLE},
- </if>
- <if test="record.stationId != null">
- station_id = #{record.stationId,jdbcType=INTEGER},
- </if>
- <if test="record.status != null">
- status = #{record.status,jdbcType=VARCHAR},
- </if>
- <if test="record.orderLiters != null">
- order_liters = #{record.orderLiters,jdbcType=VARCHAR},
- </if>
- <if test="record.payType != null">
- pay_type = #{record.payType,jdbcType=VARCHAR},
- </if>
- <if test="record.payWay != null">
- pay_way = #{record.payWay,jdbcType=VARCHAR},
- </if>
- <if test="record.payDate != null">
- pay_date = #{record.payDate,jdbcType=TIMESTAMP},
- </if>
- <if test="record.oilPersonnel != null">
- oil_personnel = #{record.oilPersonnel,jdbcType=VARCHAR},
- </if>
- <if test="record.createdDate != null">
- created_date = #{record.createdDate,jdbcType=TIMESTAMP},
- </if>
- <if test="record.orderType != null">
- order_type = #{record.orderType,jdbcType=CHAR},
- </if>
- <if test="record.stationName != null">
- station_name = #{record.stationName,jdbcType=VARCHAR},
- </if>
- <if test="record.receivableAmt != null">
- receivable_amt = #{record.receivableAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.receivedAmt != null">
- received_amt = #{record.receivedAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.discountAmt != null">
- discount_amt = #{record.discountAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.discountCouponAmt != null">
- discount_coupon_amt = #{record.discountCouponAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.discountCoupon != null">
- discount_coupon = #{record.discountCoupon,jdbcType=VARCHAR},
- </if>
- <if test="record.wxAmt != null">
- wx_amt = #{record.wxAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.zfbAmt != null">
- zfb_amt = #{record.zfbAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.posAmt != null">
- pos_amt = #{record.posAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.xjAmt != null">
- xj_amt = #{record.xjAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.didiAppAmt != null">
- didi_app_amt = #{record.didiAppAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.tyAppAmt != null">
- ty_app_amt = #{record.tyAppAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.otherAmt != null">
- other_amt = #{record.otherAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.dzkAmt != null">
- dzk_amt = #{record.dzkAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.score != null">
- score = #{record.score,jdbcType=INTEGER},
- </if>
- <if test="record.memberNo != null">
- member_no = #{record.memberNo,jdbcType=VARCHAR},
- </if>
- <if test="record.memberAmt != null">
- member_amt = #{record.memberAmt,jdbcType=DOUBLE},
- </if>
- <if test="record.printCount != null">
- print_count = #{record.printCount,jdbcType=INTEGER},
- </if>
- <if test="record.carNo != null">
- car_no = #{record.carNo,jdbcType=VARCHAR},
- </if>
- <if test="record.customerPhone != null">
- customer_phone = #{record.customerPhone,jdbcType=VARCHAR},
- </if>
- <if test="record.customerGrade != null">
- customer_grade = #{record.customerGrade,jdbcType=VARCHAR},
- </if>
- <if test="oilType != null">
- oil_type = #{record.oilType,jdbcType=VARCHAR},
- </if>
- </set>
- <if test="_parameter != null">
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <!--根据订单号查询订单信息和用户信息 此方法在随行付回调之后修改状态完成后-->
- <select id="getOrderInfoAndUserInfoByOrderNo" parameterType="com.platform.yijia.pojo.PayOrder" resultType="map">
- SELECT
- A.order_no AS orderNo,
- A.consumer AS consumer,
- A.station_id AS stationId,
- A.status AS status,
- A.pay_way AS payWay,
- A.pay_type AS payType,
- A.oil_name AS oilName,
- A.oil_gun AS oilGun,
- A.order_liters AS orderLiters,
- A.amt AS amt,
- A.order_type AS orderType,
- A.oil_pirce AS oilPirce,
- A.receivable_amt AS receivableAmt,
- A.discount_amt AS discountAmt,
- A.created_date AS createdDate,
- A.consumer_id AS consumerId,
- B.user_type AS userType,
- B.registe_date AS registeDate,
- B.blog_openid AS blogOpenid,
- B.mina_openid AS minaOpenid,
- B.union_id AS unionId,
- B.mobile_phone AS mobilePhone,
- C.dept_name AS stationName,
- C.parent_id AS groupId
- FROM
- pay_order AS A
- LEFT JOIN app_user_info AS B ON A.consumer_id = B.user_id
- LEFT JOIN sys_dept AS C ON A.station_id = C.dept_id
- WHERE
- A.order_no = #{orderNo}
- </select>
- <!-- 更新订单-->
- <update id="updateOrderStatus" parameterType="com.platform.yijia.pojo.PayOrder">
- UPDATE
- pay_order
- <set>
- <if test="status != null">
- status = #{status,jdbcType=VARCHAR},
- </if>
- <if test="receivedAmt != null">
- received_amt = #{receivedAmt,jdbcType=DOUBLE},
- </if>
- <if test="payType != null">
- pay_type = #{payType,jdbcType=VARCHAR},
- </if>
- <if test="wxAmt != null">
- wx_amt = #{wxAmt,jdbcType=DOUBLE},
- </if>
- <if test="dzkAmt != null">
- dzk_amt = #{dzkAmt,jdbcType=DOUBLE},
- </if>
- <if test="payDate != null">
- pay_date = #{payDate,jdbcType=TIMESTAMP},
- </if>
- <if test="printCount != null">
- print_count = #{printCount,jdbcType=INTEGER},
- </if>
- </set>
- <where>
- order_no = #{orderNo,jdbcType=VARCHAR}
- </where>
- </update>
- <!--根据用户登录openId 获取用户信息用于插入客户表-->
- <select id="getUserInfoByOpenId" parameterType="com.platform.yijia.pojo.AppUserInfo" resultType="com.platform.yijia.pojo.AppUserInfo">
- SELECT
- user_id AS userId,
- blog_nick_name AS blogNickName,
- mina_openid AS minaOpenid,
- blog_openid AS blogOpenid,
- registe_date AS registeDate,
- mobile_phone AS mobilePhone,
- user_type AS userType,
- union_id AS unionId,
- station_id AS stationId
- FROM
- app_user_info
- <where>
- <if test="mobilePhone !=null and mobilePhone !='' ">
- mobile_phone = #{mobilePhone}
- </if>
- <if test="stationId !=null and stationId !='' ">
- AND station_id = #{stationId}
- </if>
- </where>
- </select>
- <!-- 判断客户表是否已存在-->
- <select id="isExistCustomer" parameterType="com.platform.yijia.pojo.CustomerManage" resultType="com.platform.yijia.pojo.CustomerManage">
- SELECT
- id AS id,
- member_id AS memberId,
- member_grade AS memberGrade,
- phone_number AS phoneNumber,
- regtime AS regtime,
- station_name AS stationName,
- oil_name AS oilName,
- liters AS liters,
- amt AS amt
- FROM
- customer_manage
- <where>
- <if test="phoneNumber !=null and phoneNumber !='' ">
- phone_number = #{phoneNumber}
- </if>
- <if test="stationId !=null and stationId !='' ">
- AND station_id = #{stationId}
- </if>
- <if test="oilName !=null and oilName !='' ">
- AND oil_name = #{oilName}
- </if>
- </where>
- </select>
- <!-- 根据手机号更新客户表 -->
- <update id="updateCustomerByPhoneNumber" parameterType="com.platform.yijia.pojo.CustomerManage">
- UPDATE
- customer_manage
- <set>
- <if test="customerName !=null ">
- customer_name = #{customerName},
- </if>
- <if test="phoneNumber !=null ">
- phone_number = #{phoneNumber},
- </if>
- <if test="regtime !=null ">
- regtime = #{regtime},
- </if>
- <if test="stationName !=null ">
- station_name = #{stationName},
- </if>
- <if test="stationId !=null ">
- station_id = #{stationId},
- </if>
- <if test="blogUserId !=null ">
- blog_user_id = #{blogUserId},
- </if>
- <if test="minaUserId !=null ">
- mina_user_id = #{minaUserId},
- </if>
- <if test="oilName !=null ">
- oil_name = #{oilName},
- </if>
- <if test="liters !=null ">
- liters = #{liters},
- </if>
- <if test="amt !=null ">
- amt = #{amt},
- </if>
- <if test="unionId !=null and unionId !=null">
- union_id = #{unionId},
- </if>
- </set>
- <where>
- <if test="phoneNumber !=null and phoneNumber !='' ">
- phone_number = #{phoneNumber}
- </if>
- </where>
- </update>
- <!-- 更新客户表 -->
- <update id="updateCustomer" parameterType="com.platform.yijia.pojo.CustomerManage">
- UPDATE
- customer_manage
- <set>
- <if test="memberGrade !=null ">
- member_grade = #{memberGrade},
- </if>
- <if test="customerName !=null ">
- customer_name = #{customerName},
- </if>
- <if test="phoneNumber !=null ">
- phone_number = #{phoneNumber},
- </if>
- <if test="regtime !=null ">
- regtime = #{regtime},
- </if>
- <if test="stationName !=null ">
- station_name = #{stationName},
- </if>
- <if test="oilName !=null ">
- oil_name = #{oilName},
- </if>
- <if test="liters !=null ">
- liters = #{liters},
- </if>
- <if test="amt !=null ">
- amt = #{amt},
- </if>
- <if test="grade !=null ">
- grade = #{grade},
- </if>
- <if test="unionId !=null ">
- union_id = #{unionId},
- </if>
- </set>
- <where>
- <if test="stationId != null and stationId !='' ">
- station_id = #{stationId}
- </if>
- <if test="phoneNumber !=null and phoneNumber !='' ">
- AND phone_number = #{phoneNumber}
- </if>
- <if test="oilName !=null and oilName !='' ">
- AND oil_name = #{oilName}
- </if>
- </where>
- </update>
- <!-- 插入客户表 -->
- <insert id="insertCustomer" parameterType="com.platform.yijia.pojo.CustomerManage">
- INSERT INTO customer_manage
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="memberId !=null ">
- member_id,
- </if>
- <if test="customerName !=null ">
- customer_name,
- </if>
- <if test="commendMan !=null ">
- commend_man,
- </if>
- <if test="memberGrade !=null ">
- member_grade,
- </if>
- <if test="phoneNumber !=null ">
- phone_number,
- </if>
- <if test="carNumber !=null ">
- car_number,
- </if>
- <if test="balance !=null ">
- balance,
- </if>
- <if test="integral !=null ">
- integral,
- </if>
- <if test="specialCarType !=null ">
- specialCarType,
- </if>
- <if test="regtime !=null ">
- regtime,
- </if>
- <if test="stationId !=null ">
- station_id,
- </if>
- <if test="stationName !=null ">
- station_name,
- </if>
- <if test="oilName !=null ">
- oil_name,
- </if>
- <if test="liters !=null ">
- liters,
- </if>
- <if test="amt !=null ">
- amt,
- </if>
- <if test="cyGrade !=null ">
- cy_grade,
- </if>
- <if test="qyGrade !=null ">
- qy_grade,
- </if>
- <if test="blogOpenid !=null ">
- blog_openid,
- </if>
- <if test="minaOpenid !=null ">
- mina_openid,
- </if>
- <if test="blogUserId !=null ">
- blog_user_id,
- </if>
- <if test="minaUserId !=null ">
- mina_user_id,
- </if>
- <if test="grade !=null ">
- grade,
- </if>
- <if test="unionId !=null and unionId !=''">
- union_id
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="memberId !=null ">
- #{memberId},
- </if>
- <if test="customerName !=null ">
- #{customerName},
- </if>
- <if test="commendMan !=null ">
- #{commendMan},
- </if>
- <if test="memberGrade !=null ">
- #{memberGrade},
- </if>
- <if test="phoneNumber !=null ">
- #{phoneNumber},
- </if>
- <if test="carNumber !=null ">
- #{carNumber},
- </if>
- <if test="balance !=null ">
- #{balance},
- </if>
- <if test="integral !=null ">
- #{integral},
- </if>
- <if test="specialCarType !=null ">
- #{specialCarType},
- </if>
- <if test="regtime !=null ">
- #{regtime},
- </if>
- <if test="stationId !=null ">
- #{stationId, jdbcType=INTEGER},
- </if>
- <if test="stationName !=null ">
- #{stationName, jdbcType=VARCHAR},
- </if>
- <if test="oilName !=null ">
- #{oilName},
- </if>
- <if test="liters !=null ">
- #{liters},
- </if>
- <if test="amt !=null ">
- #{amt},
- </if>
- <if test="cyGrade !=null ">
- #{cyGrade},
- </if>
- <if test="qyGrade !=null ">
- #{qyGrade},
- </if>
- <if test="blogOpenid !=null ">
- #{blogOpenid},
- </if>
- <if test="minaOpenid !=null ">
- #{minaOpenid, jdbcType=VARCHAR},
- </if>
- <if test="blogUserId !=null ">
- #{blogUserId, jdbcType=INTEGER},
- </if>
- <if test="minaUserId !=null ">
- #{minaUserId, jdbcType=INTEGER},
- </if>
- <if test="grade !=null ">
- #{grade, jdbcType=VARCHAR},
- </if>
- <if test="unionId !=null and unionId !=''">
- #{unionId, jdbcType=VARCHAR}
- </if>
- </trim>
- </insert>
- <update id="updateByExample" parameterType="map">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update pay_order
- set order_id = #{record.orderId,jdbcType=INTEGER},
- order_no = #{record.orderNo,jdbcType=VARCHAR},
- oil_gun = #{record.oilGun,jdbcType=VARCHAR},
- oil_name = #{record.oilName,jdbcType=VARCHAR},
- oil_pirce = #{record.oilPirce,jdbcType=VARCHAR},
- consumer_id = #{record.consumerId,jdbcType=INTEGER},
- consumer = #{record.consumer,jdbcType=VARCHAR},
- amt = #{record.amt,jdbcType=DOUBLE},
- station_id = #{record.stationId,jdbcType=INTEGER},
- status = #{record.status,jdbcType=VARCHAR},
- order_liters = #{record.orderLiters,jdbcType=VARCHAR},
- pay_type = #{record.payType,jdbcType=VARCHAR},
- pay_way = #{record.payWay,jdbcType=VARCHAR},
- pay_date = #{record.payDate,jdbcType=TIMESTAMP},
- oil_personnel = #{record.oilPersonnel,jdbcType=VARCHAR},
- created_date = #{record.createdDate,jdbcType=TIMESTAMP},
- order_type = #{record.orderType,jdbcType=CHAR},
- station_name = #{record.stationName,jdbcType=VARCHAR},
- receivable_amt = #{record.receivableAmt,jdbcType=DOUBLE},
- received_amt = #{record.receivedAmt,jdbcType=DOUBLE},
- discount_amt = #{record.discountAmt,jdbcType=DOUBLE},
- discount_coupon_amt = #{record.discountCouponAmt,jdbcType=DOUBLE},
- discount_coupon = #{record.discountCoupon,jdbcType=DOUBLE},
- wx_amt = #{record.wxAmt,jdbcType=DOUBLE},
- zfb_amt = #{record.zfbAmt,jdbcType=DOUBLE},
- pos_amt = #{record.posAmt,jdbcType=DOUBLE},
- xj_amt = #{record.xjAmt,jdbcType=DOUBLE},
- didi_app_amt = #{record.didiAppAmt,jdbcType=DOUBLE},
- ty_app_amt = #{record.tyAppAmt,jdbcType=DOUBLE},
- other_amt = #{record.otherAmt,jdbcType=DOUBLE},
- dzk_amt = #{record.dzkAmt,jdbcType=DOUBLE},
- score = #{record.score,jdbcType=INTEGER},
- member_no = #{record.memberNo,jdbcType=VARCHAR},
- member_amt = #{record.memberAmt,jdbcType=DOUBLE},
- print_count = #{record.printCount,jdbcType=INTEGER},
- car_no = #{record.carNo,jdbcType=VARCHAR},
- customer_phone = #{record.customerPhone,jdbcType=VARCHAR},
- customer_grade = #{record.customerGrade,jdbcType=VARCHAR},
- oil_type = #{record.oilType,jdbcType=VARCHAR}
- <if test="_parameter != null">
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByPrimaryKeySelective" parameterType="com.platform.yijia.pojo.PayOrder">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update pay_order
- <set>
- <if test="orderNo != null">
- order_no = #{orderNo,jdbcType=VARCHAR},
- </if>
- <if test="oilGun != null">
- oil_gun = #{oilGun,jdbcType=VARCHAR},
- </if>
- <if test="oilName != null">
- oil_name = #{oilName,jdbcType=VARCHAR},
- </if>
- <if test="oilPirce != null">
- oil_pirce = #{oilPirce,jdbcType=DOUBLE},
- </if>
- <if test="consumerId != null">
- consumer_id = #{consumerId,jdbcType=INTEGER},
- </if>
- <if test="consumer != null">
- consumer = #{consumer,jdbcType=VARCHAR},
- </if>
- <if test="amt != null">
- amt = #{amt,jdbcType=DOUBLE},
- </if>
- <if test="stationId != null">
- station_id = #{stationId,jdbcType=INTEGER},
- </if>
- <if test="status != null">
- status = #{status,jdbcType=VARCHAR},
- </if>
- <if test="orderLiters != null">
- order_liters = #{orderLiters,jdbcType=VARCHAR},
- </if>
- <if test="payType != null">
- pay_type = #{payType,jdbcType=VARCHAR},
- </if>
- <if test="payWay != null">
- pay_way = #{payWay,jdbcType=VARCHAR},
- </if>
- <if test="payDate != null">
- pay_date = #{payDate,jdbcType=TIMESTAMP},
- </if>
- <if test="oilPersonnel != null">
- oil_personnel = #{oilPersonnel,jdbcType=VARCHAR},
- </if>
- <if test="createdDate != null">
- created_date = #{createdDate,jdbcType=TIMESTAMP},
- </if>
- <if test="orderType != null">
- order_type = #{orderType,jdbcType=CHAR},
- </if>
- <if test="stationName != null">
- station_name = #{stationName,jdbcType=CHAR},
- </if>
- <if test="receivableAmt != null">
- receivable_amt = #{receivableAmt,jdbcType=DOUBLE},
- </if>
- <if test="receivedAmt != null">
- received_amt = #{receivedAmt,jdbcType=DOUBLE},
- </if>
- <if test="discountAmt != null">
- discount_amt = #{discountAmt,jdbcType=DOUBLE},
- </if>
- <if test="discountCouponAmt != null">
- discount_coupon_amt = #{discountCouponAmt,jdbcType=DOUBLE},
- </if>
- <if test="discountCoupon != null">
- discount_coupon = #{discountCoupon,jdbcType=VARCHAR},
- </if>
- <if test="wxAmt != null">
- wx_amt = #{wxAmt,jdbcType=DOUBLE},
- </if>
- <if test="zfbAmt != null">
- zfb_amt = #{zfbAmt,jdbcType=DOUBLE},
- </if>
- <if test="posAmt != null">
- pos_amt = #{posAmt,jdbcType=DOUBLE},
- </if>
- <if test="xjAmt != null">
- xj_amt = #{xjAmt,jdbcType=DOUBLE},
- </if>
- <if test="didiAppAmt != null">
- didi_app_amt = #{didiAppAmt,jdbcType=DOUBLE},
- </if>
- <if test="tyAppAmt != null">
- ty_app_amt = #{tyAppAmt,jdbcType=DOUBLE},
- </if>
- <if test="otherAmt != null">
- other_amt = #{otherAmt,jdbcType=DOUBLE},
- </if>
- <if test="dzkAmt != null">
- dzk_amt = #{dzkAmt,jdbcType=DOUBLE},
- </if>
- <if test="score != null">
- score = #{score,jdbcType=INTEGER},
- </if>
- <if test="memberNo != null">
- member_no = #{memberNo,jdbcType=VARCHAR},
- </if>
- <if test="memberAmt != null">
- member_amt = #{memberAmt,jdbcType=DOUBLE},
- </if>
- <if test="printCount != null">
- print_count = #{printCount,jdbcType=INTEGER},
- </if>
- <if test="carNo != null">
- car_no = #{carNo,jdbcType=VARCHAR},
- </if>
- <if test="customerPhone != null">
- customer_phone = #{customerPhone,jdbcType=VARCHAR},
- </if>
- <if test="oilType != null">
- oil_type = #{oilType,jdbcType=VARCHAR}
- </if>
- </set>
- where order_id = #{orderId,jdbcType=INTEGER}
- </update>
- <update id="updateByPrimaryKey" parameterType="com.platform.yijia.pojo.PayOrder">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update pay_order
- set order_no = #{orderNo,jdbcType=VARCHAR},
- oil_gun = #{oilGun,jdbcType=VARCHAR},
- oil_name = #{oilName,jdbcType=VARCHAR},
- oil_pirce = #{oilPirce,jdbcType=DOUBLE},
- consumer_id = #{consumerId,jdbcType=INTEGER},
- consumer = #{consumer,jdbcType=VARCHAR},
- amt = #{amt,jdbcType=VARCHAR},
- station_id = #{stationId,jdbcType=INTEGER},
- status = #{status,jdbcType=VARCHAR},
- order_liters = #{orderLiters,jdbcType=VARCHAR},
- pay_type = #{payType,jdbcType=VARCHAR},
- pay_way = #{payWay,jdbcType=VARCHAR},
- pay_date = #{payDate,jdbcType=TIMESTAMP},
- oil_personnel = #{oilPersonnel,jdbcType=VARCHAR},
- created_date = #{createdDate,jdbcType=TIMESTAMP},
- order_type = #{orderType,jdbcType=CHAR}
- station_name = #{stationName,jdbcType=VARCHAR},
- receivable_amt = #{receivableAmt,jdbcType=DOUBLE},
- received_amt = #{receivedAmt,jdbcType=DOUBLE},
- discount_amt = #{discountAmt,jdbcType=DOUBLE},
- discount_coupon_amt = #{discountCouponAmt,jdbcType=DOUBLE},
- discount_coupon = #{discountCoupon,jdbcType=DOUBLE},
- wx_amt = #{wxAmt,jdbcType=DOUBLE},
- zfb_amt = #{zfbAmt,jdbcType=DOUBLE},
- pos_amt = #{posAmt,jdbcType=DOUBLE},
- xj_amt = #{xjAmt,jdbcType=DOUBLE},
- didi_app_amt = #{didiAppAmt,jdbcType=DOUBLE},
- ty_app_amt = #{tyAppAmt,jdbcType=DOUBLE},
- other_amt = #{otherAmt,jdbcType=DOUBLE},
- dzk_amt = #{dzkAmt,jdbcType=DOUBLE},
- score = #{score,jdbcType=INTEGER},
- member_no = #{memberNo,jdbcType=VARCHAR},
- member_amt = #{memberAmt,jdbcType=DOUBLE},
- print_count = #{printCount,jdbcType=INTEGER},
- car_no = #{carNo,jdbcType=VARCHAR},
- customer_phone = #{customerPhone,jdbcType=VARCHAR},
- customer_grade = #{customerGrade,jdbcType=VARCHAR},
- oil_type = #{oilType,jdbcType=VARCHAR}
- where order_id = #{orderId,jdbcType=INTEGER}
- </update>
- </mapper>
|