特种作业type修改

This commit is contained in:
guoshengxiong 2024-05-17 23:16:45 +08:00
parent 225914abb6
commit 9298429427

View File

@ -37,7 +37,7 @@
and enterprise_id = #{param.engineeringId} and enterprise_id = #{param.engineeringId}
</if> </if>
AND `status` in (2, 3, 4) AND `status` in (2, 3, 4)
AND type = 6 AND type = 3
GROUP BY engineering_id) tp ON t.id = tp.engineering_id GROUP BY engineering_id) tp ON t.id = tp.engineering_id
</sql> </sql>
<select id="queryList" resultType="com.zhgd.xmgl.modules.xz.special.entity.XzLimitSpaceSafe"> <select id="queryList" resultType="com.zhgd.xmgl.modules.xz.special.entity.XzLimitSpaceSafe">