|
|
@@ -512,10 +512,10 @@
|
|
|
<if test="rejectName != null and rejectName != ''">
|
|
|
reject_name = #{rejectName},
|
|
|
</if>
|
|
|
- <if test="assistantAid != null and assistantAid != ''">
|
|
|
+ <if test="assistantAid != null ">
|
|
|
assistant_aid = #{assistantAid},
|
|
|
</if>
|
|
|
- <if test="assistantName != null and assistantName != ''">
|
|
|
+ <if test="assistantName != null">
|
|
|
assistant_name = #{assistantName},
|
|
|
</if>
|
|
|
<if test="publicAgain != null">
|