albertshaw 8 年之前
父節點
當前提交
ff4bee64a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

@@ -503,7 +503,7 @@
 		and tpl.principal = #{principal,jdbcType=VARCHAR}
 	</if>
 	 <if test="_parameter != null">
-		group by tp.id
+		group by tp.id,oi.id
 	</if> 
   </select>