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

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},
#{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},