This commit is contained in:
zhouzy062 2023-12-19 04:28:05 +08:00
commit 5754232130
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@
LEFT JOIN ma_type mt ON lad.type_id = mt.type_id LEFT JOIN ma_type mt ON lad.type_id = mt.type_id
LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id
WHERE WHERE
lad.parennt_id = #{record.taskId} AND lad.company_id = #{record.companyId} lad.parennt_id = #{record.id} AND lad.company_id = #{record.companyId}
</select> </select>
<update id="updateTmTaskAuditStatus"> <update id="updateTmTaskAuditStatus">