task_type修改

This commit is contained in:
hongchao 2025-07-25 15:46:05 +08:00
parent 50108d818a
commit fc34e7371c
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="leaseType != null and leaseType != ''"> and lai.lease_type = #{leaseType}</if>
<if test="estimateLeaseTime != null "> and lai.estimate_lease_time = #{estimateLeaseTime}</if>
<if test="costBearingParty != null and costBearingParty != ''"> and lai.cost_bearing_party = #{costBearingParty}</if>
and tt.task_type = '2'
and tt.task_type in (2,19)
</where>
GROUP BY lai.id
ORDER BY tt.task_status,tt.create_time desc