测试修改
This commit is contained in:
parent
503d34ef03
commit
f75f3107ea
|
|
@ -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>
|
||||
Loading…
Reference in New Issue