浏览代码

no message

FengChaoYu 6 月之前
父节点
当前提交
d6ba897ea3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

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

@@ -1396,6 +1396,7 @@
         contract_template a
         contract_template a
         LEFT JOIN contract_template b ON a.contract_template_id = b.follow_contract_template_id
         LEFT JOIN contract_template b ON a.contract_template_id = b.follow_contract_template_id
         ${ex.query}
         ${ex.query}
+        AND a.del = 0
         <if test="ex.orderBy == null or ex.orderBy ==''">
         <if test="ex.orderBy == null or ex.orderBy ==''">
             ORDER BY a.create_time DESC
             ORDER BY a.create_time DESC
         </if>
         </if>
@@ -1449,6 +1450,7 @@
             company_ca_auth a
             company_ca_auth a
             LEFT JOIN admin_websit b ON a.websit_id = b.websit_id
             LEFT JOIN admin_websit b ON a.websit_id = b.websit_id
         ${ex.query}
         ${ex.query}
+        AND a.del = 0
         <if test="ex.orderBy == null or ex.orderBy ==''">
         <if test="ex.orderBy == null or ex.orderBy ==''">
             ORDER BY a.create_time DESC
             ORDER BY a.create_time DESC
         </if>
         </if>