生成应收账单数据库默认值不生效修改;
This commit is contained in:
@@ -289,7 +289,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
#{departmentName},
|
#{departmentName},
|
||||||
#{userId},
|
#{userId},
|
||||||
#{shipperName},
|
#{shipperName},
|
||||||
#{waybillSource},
|
<if test="waybillSource == null">DEFAULT</if>
|
||||||
|
<if test="waybillSource != null">#{waybillSource}</if>,
|
||||||
#{waybillSourceName},
|
#{waybillSourceName},
|
||||||
#{reconciliationStart},
|
#{reconciliationStart},
|
||||||
#{reconciliationEnd},
|
#{reconciliationEnd},
|
||||||
@@ -300,8 +301,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
#{receivable},
|
#{receivable},
|
||||||
#{actualReceivable},
|
#{actualReceivable},
|
||||||
#{uncollectedReceivable},
|
#{uncollectedReceivable},
|
||||||
#{collectionState},
|
<if test="collectionState == null">DEFAULT</if>
|
||||||
#{auditState},
|
<if test="collectionState != null">#{collectionState}</if>,
|
||||||
|
<if test="auditState == null">DEFAULT</if>
|
||||||
|
<if test="auditState != null">#{auditState}</if>,
|
||||||
#{createTime},
|
#{createTime},
|
||||||
#{createBy},
|
#{createBy},
|
||||||
#{createByName},
|
#{createByName},
|
||||||
|
|||||||
Reference in New Issue
Block a user