123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581 |
- <?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>
- <!--根据订单号查询订单信息-->
- <select id="selectOrderInfoByOrdNo" parameterType="String" resultMap="BaseResultMap">
- SELECT
- <include refid="Base_Column_List"/>
- FROM
- pay_order
- WHERE
- order_no =#{ordNo}
- </select>
- <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
- 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.oil_type AS oilType,
- 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.pay_date AS payDate,
- 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>
|