123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125 |
- <?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">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <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="TIMESTAMP" 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" />
- </resultMap>
- <sql id="Example_Where_Clause">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <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">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- 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="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, oli_price, 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=VARCHAR}, #{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=VARCHAR},
- </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">
- #{receivable_amt,jdbcType=DOUBLE},
- </if>
- <if test="receivedAmt != null">
- #{received_amt,jdbcType=DOUBLE},
- </if>
- <if test="discountAmt != null">
- #{discount_amt,jdbcType=DOUBLE},
- </if>
- <if test="discountCouponAmt != null">
- #{discount_coupon_amt,jdbcType=DOUBLE},
- </if>
- <if test="discountCoupon != null">
- #{discount_coupon,jdbcType=VARCHAR},
- </if>
- <if test="wxAmt != null">
- #{wx_amt,jdbcType=DOUBLE},
- </if>
- <if test="zfbAmt != null">
- #{zfb_amt,jdbcType=DOUBLE},
- </if>
- <if test="posAmt != null">
- #{pos_amt,jdbcType=DOUBLE},
- </if>
- <if test="xjAmt != null">
- #{xj_amt,jdbcType=DOUBLE},
- </if>
- <if test="didiAppAmt != null">
- #{didi_app_amt,jdbcType=DOUBLE},
- </if>
- <if test="tyAppAmt != null">
- #{ty_app_amt,jdbcType=DOUBLE},
- </if>
- <if test="otherAmt != null">
- #{other_amt,jdbcType=DOUBLE},
- </if>
- <if test="dzkAmt != null">
- #{dzk_amt,jdbcType=DOUBLE},
- </if>
- <if test="score != null">
- #{score,jdbcType=INTEGER},
- </if>
- <if test="memberNo != null">
- #{member_no,jdbcType=VARCHAR},
- </if>
- <if test="memberAmt != null">
- #{member_amt,jdbcType=DOUBLE},
- </if>
- <if test="printCount != null">
- #{print_count,jdbcType=INTEGER},
- </if>
- <if test="carNo != null">
- #{car_no,jdbcType=VARCHAR},
- </if>
- <if test="customerPhone != null">
- #{customer_phone,jdbcType=VARCHAR},
- </if>
- <if test="customerGrade != null">
- #{customer_grade,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>
- <!-- 更新订单状态-->
- <update id="updateOrderStatus" parameterType="com.platform.yijia.pojo.PayOrder">
- UPDATE
- pay_order
- SET
- status = #{status,jdbcType=VARCHAR},
- received_amt = #{receivedAmt,jdbcType=DOUBLE},
- pay_date = #{payDate,jdbcType=TIMESTAMP}
- <where>
- order_no = #{orderNo,jdbcType=VARCHAR}
- </where>
- </update>
- <!-- 判断客户表是否已存在-->
- <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,
- cy_liters AS cyLiters,
- qy_liters AS qyLiters,
- cy_amt AS cyAmt,
- qy_amt AS qyAmt
- FROM
- customer_manage
- <where>
- <if test="blogOpenid !=null and blogOpenid !='' ">
- blog_openid = #{blogOpenid}
- </if>
- <if test="minaOpenid !=null and minaOpenid !='' ">
- AND mina_openid = #{minaOpenid}
- </if>
- <if test="stationId !=null and stationId !='' ">
- AND station_id = #{stationId}
- </if>
- </where>
- </select>
- <!-- 更新客户表 -->
- <update id="updateCustomer" parameterType="com.platform.yijia.pojo.CustomerManage">
- UPDATE
- customer_manage
- <set>
- <if test="memberGrade !=null ">
- member_grade = #{memberGrade},
- </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="cyLiters !=null ">
- cy_liters = #{cyLiters},
- </if>
- <if test="qyLiters !=null ">
- qy_liters = #{qyLiters},
- </if>
- </set>
- <where>
- <if test="blogOpenid !=null and blogOpenid !='' ">
- blog_openid = #{blogOpenid}
- </if>
- <if test="minaOpenid !=null and minaOpenid !='' ">
- AND mina_openid = #{minaOpenid}
- </if>
- <if test="stationId !=null and stationId !='' ">
- AND station_id = #{stationId}
- </if>
- </where>
- </update>
- <!-- 插入客户表 -->
- <insert id="insertCustomer" parameterType="com.platform.yijia.pojo.CustomerManage">
- INSERT INTO
- <trim prefix="values (" 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="cyGrade !=null ">
- cy_grade,
- </if>
- <if test="qyGrade !=null ">
- qy_grade,
- </if>
- <if test="cyLiters !=null ">
- cy_liters,
- </if>
- <if test="qyLiters !=null ">
- qy_liters
- </if>
- <if test="cyAmt !=null ">
- cy_amt,
- </if>
- <if test="qyAmt !=null ">
- qy_amt,
- </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>
- </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},
- </if>
- <if test="stationName !=null ">
- #{stationName},
- </if>
- <if test="cyGrade !=null ">
- #{cyGrade},
- </if>
- <if test="qyGrade !=null ">
- #{qyGrade},
- </if>
- <if test="cyLiters !=null ">
- #{cyLiters},
- </if>
- <if test="qyLiters !=null ">
- #{qyLiters},
- </if>
- <if test="cyAmt !=null ">
- #{cyAmt},
- </if>
- <if test="qyAmt !=null ">
- #{qyAmt},
- </if>
- <if test="blogOpenid !=null ">
- #{blogOpenid},
- </if>
- <if test="minaOpenid !=null ">
- #{minaOpenid},
- </if>
- <if test="blogUserId !=null ">
- #{blogUserId},
- </if>
- <if test="minaUserId !=null ">
- #{minaUserId}
- </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=VARCHAR},
- </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=VARCHAR},
- 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>
|