测试修改

This commit is contained in:
mashuai 2024-06-25 10:37:41 +08:00
parent 503d34ef03
commit f75f3107ea
1 changed files with 2 additions and 1 deletions

View File

@ -422,7 +422,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM
ma_type
WHERE
parent_id = #{parentId} and type_name = #{typeName}
status = 0 and del_flag = 0
and parent_id = #{parentId} and type_name = #{typeName}
</select>
</mapper>