albertshaw 8 년 전
부모
커밋
de534957fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/PatentCostMapper.xml

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

@@ -188,7 +188,7 @@
 			#{pEnd,jdbcType=TIMESTAMP}
 		</if>
 		<if test="principal != null">
-			group by p.id,o.id
+			group by p.id,o.id,c.id
 		</if>
 		order by p.serial_number DESC
 		<if test="page_sql!=null">