소스 검색

汇总表子项显示条数在9条以上的数据不显示的问题修改

yanliming 7 달 전
부모
커밋
ec6f711ecb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/src/main/resources/mapper/base/TemplateOption.xml

+ 1 - 1
common/src/main/resources/mapper/base/TemplateOption.xml

@@ -185,7 +185,7 @@
         SELECT * FROM base_template_option
         WHERE del_flag=false and template_id=#{templateId}
         and serial_num LIKE #{serialNum}
-        and length(serial_num)=#{length}
+        and length(serial_num)>=#{length}
         order by index_ asc
 	</select>