Browse Source

no message

FengChaoYu 10 months ago
parent
commit
f141d0a636
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

+ 1 - 1
mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

@@ -14,7 +14,7 @@
                 AND a.flag = #{flag}
             </if>
             <if test="flag==null or flag==''">
-                AND a.flag IN ('SUBMIT', 'PAY_NOT_TAKE', 'PAY_TAKE')
+                AND a.flag IN ('SAVE', 'SUBMIT', 'PAY_NOT_TAKE', 'PAY_TAKE')
             </if>
         </where>
         ORDER BY a.create_time DESC