瀏覽代碼

修改查询

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>