소스 검색

部门统计表修改

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

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

@@ -1316,7 +1316,7 @@ feature_other = values(feature_other)
                 and f.service_year like concat('%',#{serviceYear},'%')
             </if>
             <if test="projectDebtorId !=null">
-                and b.task_receiver = #{projectDebtorId}
+                and a.project_id = #{projectDebtorId}
             </if>
             <if test="projectStatus !=null">
                 and b.project_status = #{projectStatus}