소스 검색

分页调整

tomatozq 5 년 전
부모
커밋
ae0cb8bed8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      picc-common/src/main/resources/mapper/business/InsurancePolicy.xml

+ 1 - 1
picc-common/src/main/resources/mapper/business/InsurancePolicy.xml

@@ -183,7 +183,7 @@
 			) as t
 		]]>
         <where>
-            del_flag=0 and a.no_>1
+            del_flag=0 and no_>1
             <if test="searchParams.companyId != null">
                 and id_ in(
                     select b.policy_id from business_insurance_application a,business_application_policy b