소스 검색

训练营列表接口修复

mac 2 년 전
부모
커밋
fae1832bcf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampMapper.xml

+ 1 - 1
kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampMapper.xml

@@ -69,7 +69,7 @@
     </select>
     <select id="getBySysPage" resultType="com.kxs.system.api.vo.admin.camp.SysCampPageVO">
         select a.*, count(b.group_id) as group_count from kxs_camp a
-        left join kxs_camp_group b on a.id = b.camp_id and del_flag = 0
+        left join kxs_camp_group b on a.id = b.camp_id and b.del_flag = 0
         <where>
             and a.del_flag = 0
             <if test="param.getCreateCode != null and param.getCreateCode != ''">