工程验收调整
This commit is contained in:
parent
b3fbf13abc
commit
52ccf3cf50
@ -20,7 +20,7 @@
|
||||
<select id="engineeringStat" resultType="com.zhgd.xmgl.modules.basicdata.statistics.EngineeringStat">
|
||||
SELECT e.engineering_sn, e.engineering_name, e.province, e.city, e.district, e.address, e.state, e.engineering_type,
|
||||
e.engineering_code, e.engineering_area, e.engineering_use, e.start_time, e.end_time
|
||||
FROM engineering e
|
||||
FROM engineering e WHERE e.examine_state = 3
|
||||
${ew.customSqlSegment}
|
||||
</select>
|
||||
|
||||
@ -37,6 +37,6 @@
|
||||
</select>
|
||||
|
||||
<select id="queryDistrict" resultType="java.util.Map">
|
||||
SELECT district as label, district as value FROM engineering where district != '' GROUP BY district
|
||||
SELECT district as label, district as value FROM engineering where district != '' AND examine_state = 3 GROUP BY district
|
||||
</select>
|
||||
</mapper>
|
||||
Loading…
x
Reference in New Issue
Block a user