标准合规评估流程,项目分发节点,添加项目页面,项目经理没带出来
This commit is contained in:
+3
-2
@@ -461,8 +461,9 @@
|
|||||||
</select>
|
</select>
|
||||||
<select id="queryProjects"
|
<select id="queryProjects"
|
||||||
resultType="com.adc.da.slrs.sarStandProjectLibrary.entity.SarStandProjectLibrary">
|
resultType="com.adc.da.slrs.sarStandProjectLibrary.entity.SarStandProjectLibrary">
|
||||||
select sar_stand_project_library.* , ts_user.UNAME as uName from sar_stand_project_library
|
select sar_stand_project_library.* ,sar_stand_project_team.user_id as projectManager, sar_stand_project_team.name as uName from sar_stand_project_library
|
||||||
left join ts_user on ts_user.USID = sar_stand_project_library.project_manager
|
left join ts_user on ts_user.USID = sar_stand_project_library.project_manager
|
||||||
|
left join sar_stand_project_team on sar_stand_project_team.project_code = sar_stand_project_library.project_number
|
||||||
where 1=1
|
where 1=1
|
||||||
<if test="sarStandProjectLibrary.flag != null and sarStandProjectLibrary.flag != ''">
|
<if test="sarStandProjectLibrary.flag != null and sarStandProjectLibrary.flag != ''">
|
||||||
and sar_stand_project_library.flag=#{sarStandProjectLibrary.flag}
|
and sar_stand_project_library.flag=#{sarStandProjectLibrary.flag}
|
||||||
|
|||||||
Reference in New Issue
Block a user