This commit is contained in:
linfso 2025-05-06 08:35:40 +08:00
parent 62795f1c49
commit 7439f1a0fc

View File

@ -72,6 +72,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
fetchType="lazy"
/>
<association property="settleSubBill"
column="bill_code"
select="com.xdadan.erp.emis.mapper.EmisSettleSubBillMapper.selectSettleSubBillListByBillCode"
fetchType="lazy"
/>
</resultMap>
<sql id="selectEmisSettlePayRecordVo">
@ -131,7 +138,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="createSite != null and createSite != ''"> and create_site like concat('%', #{createSite}, '%')</if>
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
<if test="params.beginCreateTime != null and params.beginCreateTime != ''">
and create_time <![CDATA[ >= ]]> #{params.beginCreateTime}
</if>