fix:修复打印模板问题

main
HuangHuiKang 21 hours ago
parent 5996a0b532
commit 50fa59507e

@ -13,5 +13,7 @@
from mes_print_template
where deleted = 0
and template_type = 4
and template_biz_type = 1
</select>
</mapper>

@ -53,6 +53,7 @@
from mes_print_template
where deleted = 0
and template_type = #{templateType}
and template_biz_type = 1
</select>

@ -14,6 +14,8 @@
from mes_print_template
where deleted = 0
and template_type = 3
and template_biz_type = 1
</select>
</mapper>

@ -32,5 +32,7 @@
from mes_print_template
where deleted = 0
and template_type = 2
and template_biz_type = 1
</select>
</mapper>
Loading…
Cancel
Save