|
|
@@ -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}
|