diff options
Diffstat (limited to 'src/main/resources/mapper/SysDictDao.xml')
| -rw-r--r-- | src/main/resources/mapper/SysDictDao.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mapper/SysDictDao.xml b/src/main/resources/mapper/SysDictDao.xml index 40a310d..6201514 100644 --- a/src/main/resources/mapper/SysDictDao.xml +++ b/src/main/resources/mapper/SysDictDao.xml @@ -4,6 +4,6 @@ <mapper namespace="com.nis.dao.SysDictDao"> <select id="selectDatas" resultType="com.nis.entity.SysDictEntity"> - select * from sys_dict_copy where type = #{type} + select * from sys_dict_copy where type = #{type} and del_flag=0 </select> </mapper>
\ No newline at end of file |
