Commit fdee5397 by 王军业

12654313265

1 parent 1292d2c0
...@@ -690,8 +690,8 @@ ...@@ -690,8 +690,8 @@
<select id="queryList" resultType="String"> <select id="queryList" resultType="String">
select contract_unid from tb_contract where select contract_unid from tb_contract where
is_delete=false is_delete=false
and project_unid is null <!-- and project_unid is null
and customer_unid is null and customer_unid is null -->
</select> </select>
<select id="countNumber" resultType="int"> <select id="countNumber" resultType="int">
select count(contract_unid) from tb_contract where is_delete=false select count(contract_unid) from tb_contract where is_delete=false
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!