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