Antiloveg 8 年之前
父節點
當前提交
f9fc9c124a
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

+ 1 - 2
src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

@@ -412,11 +412,10 @@
  	select count(1)  
 	 	FROM  tech_project p
 		LEFT JOIN organization_identity i on i.uid = p.uid
-   		LEFT JOIN tech_website w on p.department = w.id 
      <if test="principal != null">
 		left join contract_log l on p.contract_id=l.cid
 	</if>
-	where p.deleted_sign = 0 and w.deleted_sign = 0
+	where p.deleted_sign = 0 
 	<if test="principal != null">
 		and l.principal = #{principal,jdbcType=VARCHAR}
 	</if>