linhw 2024-06-04 17:32:53 +08:00
parent 34c746d444
commit 0073502c96
1 changed files with 6 additions and 6 deletions

View File

@ -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>