Redeem 1 год назад
Родитель
Сommit
22999c4041

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>org.example</groupId>
     <artifactId>dil-wms-api</artifactId>
-    <version>1.5</version>
+    <version>1.6</version>
 
     <parent>
         <groupId>org.springframework.boot</groupId>

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/OyeInboundResultMapper.xml

@@ -863,7 +863,7 @@
            <if test="oneDate != null">
               and to_date(#{oneDate}, 'yyyy-mm-dd hh24:mi:ss') &lt;= OIR.INSERT_TIME
            </if>
-           <if test="startDate != null and isEnFactoryFlag == 5">
+           <if test="startDate != null">
               and to_date(#{startDate}, 'yyyy-mm-dd hh24:mi:ss') &lt;= OIR.INSERT_TIME
               and to_date(#{endDate}, 'yyyy-mm-dd hh24:mi:ss') >= OIR.INSERT_TIME
            </if>

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/OyeOutboundResultMapper.xml

@@ -834,7 +834,7 @@
       <if test="oneDate != null">
         and to_date(#{oneDate}, 'yyyy-mm-dd hh24:mi:ss') &lt;= OOR.INSERT_TIME
       </if>
-      <if test="startDate != null and isEnFactoryFlag == 5">
+      <if test="startDate != null">
         and to_date(#{startDate}, 'yyyy-mm-dd hh24:mi:ss') &lt;= OOR.INSERT_TIME
         and to_date(#{endDate}, 'yyyy-mm-dd hh24:mi:ss') >= OOR.INSERT_TIME
       </if>