wujianwei
2026-01-13 486b62e149dab20c2bbfcdd6f262dd8f88a317d9
service/src/main/resources/mapper/cwgl/EstimatedReceivableBillMapper.xml
@@ -42,6 +42,8 @@
        <if test="status != null "> and thisTab.status = #{status}</if>
        <if test="confirmTime != null "> and thisTab.confirm_time = #{confirmTime}</if>
        <if test="deleted != null "> and thisTab.deleted = #{deleted}</if>
        <if test="createTimeBegin != null and createTimeBegin!='' and createTimeEnd != null and createTimeEnd!='' "> and thisTab.create_time between #{createTimeBegin} and #{createTimeEnd}</if>
    </sql>
    <!--查询-->