fix[project]: 策划出的待办加上项目承接主体
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user