ソースを参照

岗位管理 状态搜索bug 问题修复

ly 5 ヶ月 前
コミット
e9317113e6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/main/resources/mapper/SysPostInfoDao.xml

+ 1 - 1
src/main/resources/mapper/SysPostInfoDao.xml

@@ -156,7 +156,7 @@
156 156
                 and post_name like '%'+#{postName}+'%'
157 157
             </if>
158 158
             <if test="status != null and status != ''">
159
-                and status = #{status}
159
+                and p.status = #{status}
160 160
             </if>
161 161
         </where>
162 162
         <choose>