机台模板是否发布,是否可用字段更新

This commit is contained in:
liuzhaotian
2024-09-13 09:29:52 +08:00
parent 6e3231888d
commit e772e10d6c
20 changed files with 544 additions and 410 deletions
@@ -33,7 +33,8 @@
from system_machine_brand smb
left join system_machine_template smt on smb.id = smt.brand_id
where smt.deleted = false and smb.machine_type = #{type}
where smt.deleted = false and smt.is_enabled = true and smt.is_default = true and smb.machine_type = #{type}
</select>