Commit 5bb56cde authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.7.2' into MVP1.7.2

parents bb37f463 247a3280
...@@ -1096,6 +1096,9 @@ ...@@ -1096,6 +1096,9 @@
set set
<if test="post != null and post !=''"> <if test="post != null and post !=''">
a.POST = #{post} a.POST = #{post}
<if test="tryPeriod != null and tryPeriod !=''">
,
</if>
</if> </if>
<if test="tryPeriod != null and tryPeriod !=''"> <if test="tryPeriod != null and tryPeriod !=''">
a.TRY_PERIOD = #{tryPeriod} a.TRY_PERIOD = #{tryPeriod}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment