fix: 同步原数据过滤已经删除的数据
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user