‘linchangsheng’ il y a 5 mois
Parent
commit
5b076622c5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mall-server-api/src/main/resources/mapper/LetterMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/LetterMapper.xml

@@ -69,7 +69,7 @@
             </foreach>
         </if>
         <if test="isWeb != null and isWeb == true">
-           a.status != 'WAIT'
+           and a.status != 'WAIT'
         </if>
         <if test="ex.orderBy == null or ex.orderBy ==''">
             ORDER BY a.create_time DESC