‘linchangsheng’ 5 ヶ月 前
コミット
5b076622c5

+ 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