生成应收账单数据库默认值不生效修改;
This commit is contained in:
@@ -325,20 +325,25 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
#{invoiceApplyStatus},
|
#{invoiceApplyStatus},
|
||||||
#{invoiceInfoId},
|
#{invoiceInfoId},
|
||||||
#{auditNumber},
|
#{auditNumber},
|
||||||
#{auditStatus},
|
<if test="auditStatus == null">DEFAULT</if>
|
||||||
|
<if test="auditStatus != null">#{auditStatus}</if>,
|
||||||
#{auditType},
|
#{auditType},
|
||||||
#{auditRemark},
|
#{auditRemark},
|
||||||
#{instanceId},
|
#{instanceId},
|
||||||
#{approvalStatus},
|
<if test="approvalStatus == null">DEFAULT</if>
|
||||||
|
<if test="approvalStatus != null">#{approvalStatus}</if>,
|
||||||
#{approvalResult},
|
#{approvalResult},
|
||||||
#{isInvoice},
|
<if test="isInvoice == null">DEFAULT</if>
|
||||||
|
<if test="isInvoice != null">#{isInvoice}</if>,
|
||||||
#{invoiceId},
|
#{invoiceId},
|
||||||
#{invoiceMakeTime},
|
#{invoiceMakeTime},
|
||||||
#{applyNumber},
|
#{applyNumber},
|
||||||
#{synchronousStatus},
|
<if test="synchronousStatus == null">DEFAULT</if>
|
||||||
|
<if test="synchronousStatus != null">#{synchronousStatus}</if>,
|
||||||
#{synchronousTime},
|
#{synchronousTime},
|
||||||
#{ncId},
|
#{ncId},
|
||||||
#{skSynchronousStatus},
|
<if test="skSynchronousStatus == null">DEFAULT</if>
|
||||||
|
<if test="skSynchronousStatus != null">#{skSynchronousStatus}</if>,
|
||||||
#{skSynchronousTime},
|
#{skSynchronousTime},
|
||||||
#{skNcId},
|
#{skNcId},
|
||||||
#{accountInformation}
|
#{accountInformation}
|
||||||
|
|||||||
Reference in New Issue
Block a user