领料申请逻辑完善
This commit is contained in:
parent
ba61838d2c
commit
86575d4056
|
|
@ -480,7 +480,7 @@
|
|||
LEFT JOIN ma_type mt ON lad.type_id = mt.type_id
|
||||
LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id
|
||||
WHERE
|
||||
lad.parennt_id = #{record.taskId} AND lad.company_id = #{record.companyId}
|
||||
lad.parennt_id = #{record.id} AND lad.company_id = #{record.companyId}
|
||||
</select>
|
||||
|
||||
<update id="updateTmTaskAuditStatus">
|
||||
|
|
|
|||
Loading…
Reference in New Issue