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 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>