преди 1 година
родител
ревизия
affd1c0832
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      platform-dao/src/main/resources/mapper/longyanpurchaseorder/LongYanPurchaseDetailMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/longyanpurchaseorder/LongYanPurchaseDetailMapper.xml

@@ -47,7 +47,7 @@
                     and menu.update_user_name = #{updateUserName}
                 </if>
                                                 <if test="createdTimeStart != null">
-                    and menu.created_time <![CDATA[>=]]>; #{createdTimeStart}
+                    and menu.created_time <![CDATA[>=]]> #{createdTimeStart}
                 </if>
                 <if test="createdTimeEnd != null">
                     and menu.created_time <![CDATA[<=]]> #{createdTimeEnd}