Commit d64f4449 by 王军业

5454212121

1 parent 30ee191e
......@@ -10,7 +10,7 @@
<if test="payment_progress !=null and payment_progress !=''">
payment_progress,
</if>
<if test="days !=null and days !=''">
<if test="days !=null ">
days,
</if>
<if test="payment_propority !=null and payment_propority !=''">
......@@ -26,7 +26,7 @@
<if test="payment_progress !=null and payment_progress !=''">
#{payment_progress},
</if>
<if test="days !=null and days !=''">
<if test="days !=null">
#{days},
</if>
<if test="payment_propority !=null and payment_propority !=''">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!