Merge branch 'dev_WMS20260401' into dev
# Conflicts: # mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/BmsServiceFeign.java # mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/WlhyServiceFeign.java # mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/WmsServiceFeign.java # mhd_oms/src/main/resources/bootstrap.yml
This commit is contained in:
+3
-3
@@ -767,10 +767,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 ">-->
|
||||
@@ -1122,7 +1122,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