Browse Source

部门统计表修改

anderx 11 months ago
parent
commit
8040d75158
1 changed files with 1 additions and 1 deletions
  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}