Browse Source

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

ly 5 months ago
parent
commit
e9317113e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/SysPostInfoDao.xml

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

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