This commit is contained in:
mashuai 2025-08-21 09:31:10 +08:00
parent f6e18f9455
commit e42205a38f
1 changed files with 2 additions and 0 deletions

View File

@ -1052,6 +1052,8 @@
WHERE WHERE
is_ds='1' and back_id = #{backId} is_ds='1' and back_id = #{backId}
GROUP BY task_id GROUP BY task_id
ORDER BY create_time
LIMIT 1
</select> </select>
<update id="updateRepairedAndScrapNum"> <update id="updateRepairedAndScrapNum">