瀏覽代碼

no message

FengChaoYu 13 小時之前
父節點
當前提交
2bb0d16964
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

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

@@ -1325,6 +1325,7 @@
         FROM training a
             LEFT JOIN common_file b ON a.obj_id = b.id
         ${ex.query}
+        AND a.del = 0
         <if test="ex.orderBy == null or ex.orderBy ==''">
             ORDER BY a.create_time DESC
         </if>