一般贸易查询报错
This commit is contained in:
+3
-3
@@ -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 >= #{createStartTime}
|
||||
and o.CREATE_TIME >= #{createStartTime}
|
||||
</if>
|
||||
<if test="createEndTime != null">
|
||||
and CREATE_TIME <= #{createEndTime} + 1 - 1/86400
|
||||
and o.CREATE_TIME <= #{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}
|
||||
|
||||
Reference in New Issue
Block a user