zyf 2 سال پیش
والد
کامیت
16b794ef4c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/BmstruckDetailsOrderMapper.xml

+ 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">