Commit 1292d2c0 by 王军业

3465463135635

1 parent 91b0328c
......@@ -690,8 +690,8 @@
<select id="queryList" resultType="String">
select contract_unid from tb_contract where
is_delete=false
and project_unid is not null
and customer_unid is not null
and project_unid is null
and customer_unid is null
</select>
<select id="countNumber" resultType="int">
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!