Sfoglia il codice sorgente

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

ly 5 mesi fa
parent
commit
e9317113e6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>