zyf 2 éve
szülő
commit
16b794ef4c

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

@@ -2039,7 +2039,7 @@
                 <if test="preparationDate!= null">
                     and
                     <foreach collection="preparationDate" item="item" open="(" separator="or" close=")">
-                        "preparationDate" like '%${item}%'
+                        to_char("preparationDate",'yyyy-mm-dd hh24:mi:ss') like '%${item}%'
                     </foreach>
                 </if>
             <if test="carrierName!= null">