main
parent
34c746d444
commit
0073502c96
|
|
@ -266,9 +266,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="orderEndTime != null">order_end_time,</if>
|
||||
<if test="check != null">`check`,</if>
|
||||
<if test="backGroundImg != null">`back_ground_img`,</if>
|
||||
<if test="pushId != null">push_id</if>
|
||||
<if test="provinceId != null">province_id</if>
|
||||
<if test="cityId != null">city_id</if>
|
||||
<if test="pushId != null">push_id,</if>
|
||||
<if test="provinceId != null">province_id,</if>
|
||||
<if test="cityId != null">city_id,</if>
|
||||
<if test="townId != null">town_id</if>
|
||||
</trim>
|
||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||
|
|
@ -310,9 +310,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="orderEndTime != null">#{orderEndTime},</if>
|
||||
<if test="check != null">#{check},</if>
|
||||
<if test="backGroundImg != null">#{backGroundImg},</if>
|
||||
<if test="pushId != null">#{pushId}</if>
|
||||
<if test="provinceId != null">#{provinceId}</if>
|
||||
<if test="cityId != null">#{cityId}</if>
|
||||
<if test="pushId != null">#{pushId},</if>
|
||||
<if test="provinceId != null">#{provinceId},</if>
|
||||
<if test="cityId != null">#{cityId},</if>
|
||||
<if test="townId != null">#{townId}</if>
|
||||
</trim>
|
||||
</insert>
|
||||
|
|
|
|||
Loading…
Reference in New Issue