Commit 110a62e1 by huluobin

fix bug

parent 5aec7ec4
......@@ -104,7 +104,7 @@
<if test=" auditTime!=null">audit_time=#{auditTime},</if>
<if test="hasInvoice != null">has_invoice = #{hasInvoice},</if>
<if test="rejectType != null">reject_type = #{rejectType},</if>
<if test="rejectTime != null">reject_time = #{rejectTime}</if>
<if test="rejectTime != null">reject_time = #{rejectTime},</if>
<if test="sourceFrom != null">source_from = #{sourceFrom}</if>
</set>
WHERE
......
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