소스 검색

修改查询

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>