|
|
@@ -52,7 +52,7 @@
|
|
|
|
|
|
<select id="selectTextdictBYIds" resultMap="textdictInfoVoResultMap">
|
|
|
SELECT a.* from m_textdict_info a
|
|
|
- where project_id=#{projectId} and id in
|
|
|
+ where is_deleted = 0 and project_id=#{projectId} and id in
|
|
|
<foreach collection="ids" item="id" open="(" close=")" separator=",">
|
|
|
#{id}
|
|
|
</foreach>
|