一般贸易查询报错

This commit is contained in:
zhaoqing
2026-06-18 11:44:01 +08:00
parent 809876f4f0
commit 4d6dbc8f24
@@ -765,10 +765,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and CREATE_COMPANY_ID = #{createCompanyId}
</if>
<if test="createStartTime != null">
and CREATE_TIME &gt;= #{createStartTime}
and o.CREATE_TIME &gt;= #{createStartTime}
</if>
<if test="createEndTime != null">
and CREATE_TIME &lt;= #{createEndTime} + 1 - 1/86400
and o.CREATE_TIME &lt;= #{createEndTime} + 1 - 1/86400
</if>
<!-- <if test="updateTime != null ">-->
@@ -1120,7 +1120,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and SALESMAN_ID = #{salesmanId}
</if>
<if test="isDeclare != null ">
and IS_DECLARE = #{isDeclare}
and o.IS_DECLARE = #{isDeclare}
</if>
<if test="route != null and route != ''">
and ROUTE = #{route}