重点作业重点工程相关
parent
051ed17221
commit
4da61baba6
|
|
@ -77,7 +77,7 @@ public class KeyProjectQueryExe {
|
|||
public PageResponse<KeyProjectCO> pageConfirm(KeyProjectPageQry keyProjectPageQry) {
|
||||
//如果是相关方
|
||||
Boolean checkCorp = corpInfoRepository.checkCorp();
|
||||
if(corpInfoRepository.isXgf()){
|
||||
/* if(corpInfoRepository.isXgf()){
|
||||
//
|
||||
if(checkCorp){
|
||||
keyProjectPageQry.setXgfCorpinfoId(AuthContext.getTenantId());
|
||||
|
|
@ -90,7 +90,7 @@ public class KeyProjectQueryExe {
|
|||
}else{
|
||||
keyProjectPageQry.setJurisdictionUserId(AuthContext.getUserId());
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -42,9 +42,6 @@
|
|||
SELECT mc.fixed_camera_id as cameraId, mc.video_name as cameraName, 1 as cameraType
|
||||
FROM fixed_camera mc
|
||||
WHERE mc.delete_enum = 'FALSE'
|
||||
<if test="params.corpinfoId != null">
|
||||
and mc.corpinfo_id = #{params.corpinfoId}
|
||||
</if>
|
||||
|
||||
AND NOT EXISTS (SELECT 1
|
||||
FROM key_project_camera kpc
|
||||
|
|
|
|||
Loading…
Reference in New Issue