增加isdelete判断
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
m.hours_id as hoursId
|
||||
FROM
|
||||
`tm_claim_verification_part_hours_mapping` m
|
||||
WHERE m.part_id IN
|
||||
WHERE m.is_deleted = 0
|
||||
AND m.part_id IN
|
||||
<foreach collection="partIds" item="partId" open="(" separator="," close=")">
|
||||
#{partId}
|
||||
</foreach>
|
||||
|
||||
Reference in New Issue
Block a user