振华电子标签

This commit is contained in:
lizhenhua 2025-06-25 15:57:26 +08:00
parent 1968012905
commit 3f5d122065
1 changed files with 0 additions and 1 deletions

View File

@ -500,7 +500,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN ma_type mt on mm.type_id = mt.type_id
LEFT JOIN ma_type mt2 on mt.parent_id = mt2.type_id
WHERE mm.ma_code LIKE CONCAT('%',#{maCode},'%') and mt.MANAGE_TYPE =0 and DATEDIFF(mm.next_check_time,NOW()) > 0
</select>
<delete id="deleteMachineByMaCodeAndTypeId">