|
@@ -125,7 +125,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="orderNum != null">order_num,</if>
|
|
<if test="orderNum != null">order_num,</if>
|
|
<if test="leaderId != null and leaderId != ''">leader_id,</if>
|
|
<if test="leaderId != null and leaderId != ''">leader_id,</if>
|
|
<if test="directorId != null and directorId != ''">director_id,</if>
|
|
<if test="directorId != null and directorId != ''">director_id,</if>
|
|
- <if test="type != null and type != ''">type,</if>
|
|
|
|
|
|
+ <if test="type != null">type,</if>
|
|
<if test="phone != null and phone != ''">phone,</if>
|
|
<if test="phone != null and phone != ''">phone,</if>
|
|
<if test="email != null and email != ''">email,</if>
|
|
<if test="email != null and email != ''">email,</if>
|
|
<if test="status != null">status,</if>
|
|
<if test="status != null">status,</if>
|
|
@@ -140,7 +140,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="orderNum != null">#{orderNum},</if>
|
|
<if test="orderNum != null">#{orderNum},</if>
|
|
<if test="leaderId != null and leaderId != ''">#{leaderId},</if>
|
|
<if test="leaderId != null and leaderId != ''">#{leaderId},</if>
|
|
<if test="directorId != null and directorId != ''">#{directorId},</if>
|
|
<if test="directorId != null and directorId != ''">#{directorId},</if>
|
|
- <if test="type != null and type != ''">#{type},</if>
|
|
|
|
|
|
+ <if test="type != null">#{type},</if>
|
|
<if test="phone != null and phone != ''">#{phone},</if>
|
|
<if test="phone != null and phone != ''">#{phone},</if>
|
|
<if test="email != null and email != ''">#{email},</if>
|
|
<if test="email != null and email != ''">#{email},</if>
|
|
<if test="status != null">#{status},</if>
|
|
<if test="status != null">#{status},</if>
|