生成应收账单数据库默认值不生效修改;

This commit is contained in:
王奎兴
2026-03-06 15:20:57 +08:00
parent 624b081cc4
commit ffcb1ef792
@@ -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},