ソースを参照

部门统计表修改

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}