‘linchangsheng’ hai 7 meses
pai
achega
5b076622c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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