总包方

This commit is contained in:
zt
2025-04-11 11:39:38 +08:00
parent f1814f781c
commit b52be6eeab
25 changed files with 410 additions and 71 deletions

View File

@ -118,12 +118,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="completeCount" resultType="integer">
SELECT zp.id,
unit_name,
project_name,
project_address,
project_img,
project_status
SELECT count(1)
FROM zbf_project zp
WHERE zp.project_status = '2' and
EXISTS (