Merge remote-tracking branch 'origin/dev' into dev

pull/4/head
fangjiakai 2024-01-25 13:38:45 +08:00
commit a4b7ff0a63
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@
and f.CREATOR = #{pd.CREATOR}
</if>
<if test="pd.GASCHECK != null and pd.GASCHECK != ''"><!-- 关键词检索 -->
and f.STEP_ID &gt; 0 and f.STEP_ID != 100 and f.ANALYZE_USER_ID = #{pd.GASCHECK}
and f.STEP_ID &gt; 0 and f.STEP_ID != 15 and f.ANALYZE_USER_ID = #{pd.GASCHECK}
</if>
</select>