wks 2 سال پیش
والد
کامیت
a123b1b615
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/modules/largescreen/AgreementDataMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/largescreen/AgreementDataMapper.xml

@@ -18,7 +18,7 @@
 <!--            <if test="orderStatus != null and orderStatus != ''">-->
 <!--                and iac.orderstatus = #{orderStatus}-->
 <!--            </if>-->
-            and iac.orderstatus = 3
+            where iac.orderstatus = 3
             <if test="startDate != null and startDate != ''">
                 and iac.createtime BETWEEN #{startDate} and #{endDate}
             </if>