fix[project]: 策划出的待办加上项目承接主体

This commit is contained in:
2026-04-02 11:19:03 +08:00
parent fd8444e954
commit c015916a2a

View File

@@ -157,7 +157,7 @@
</select> </select>
<select id="getDemandByNameNoPermission" resultType="com.sdm.project.model.vo.SpdmDemandVo"> <select id="getDemandByNameNoPermission" resultType="com.sdm.project.model.vo.SpdmDemandVo">
select * from simulation_demand where demand_name = #{demandName} limit 1 select * from simulation_demand where tenant_id = #{tenantId} and demand_name = #{demandName} and project_id = #{projectId} limit 1
</select> </select>
<select id="getDemandExtraList" resultType="com.sdm.project.model.vo.SpdmDemandExtraVo"> <select id="getDemandExtraList" resultType="com.sdm.project.model.vo.SpdmDemandExtraVo">