71162 手机端-待办中心,查询法规技术评估、法规意见收集流程。
This commit is contained in:
+32
@@ -537,6 +537,38 @@
|
||||
<foreach collection="params.qdqrFlowTypeValue" index="index" item="item" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
<if test="params.mobileProcessing == 0">
|
||||
union
|
||||
SELECT
|
||||
pi.id,
|
||||
'' as project_library_id,
|
||||
'' as project_laws_inventory_id,
|
||||
pi.buss_document_library_id,
|
||||
pi.acti_proc_inst_id,
|
||||
'--' AS project_name,
|
||||
'' as year_name,
|
||||
bdl.serial_number,
|
||||
concat( bdl.serial_number, ' ', bdl.title ) AS standard_info,
|
||||
bdl.title,
|
||||
bdl.title_en,
|
||||
pi.flow_type,
|
||||
pi.create_by,
|
||||
pi.end_time,
|
||||
pi.STATUS,
|
||||
pi.prc_num,
|
||||
pi.prc_name,
|
||||
'' as project_name_id,
|
||||
'' as target_market,
|
||||
'' as studio_engineer,
|
||||
'' as project_version,
|
||||
'' as parent_id
|
||||
FROM
|
||||
process_info pi
|
||||
LEFT JOIN buss_document_library bdl ON pi.buss_document_library_id = bdl.id
|
||||
WHERE
|
||||
pi.flow_type IN ( '5', '6' )
|
||||
AND ( pi.id IN ( SELECT pid.process_info_id FROM process_info_detail pid WHERE pid.user_id = #{params.currentUserId} AND pid.STATUS = #{params.taskStatus} ) )
|
||||
</if>
|
||||
)temp
|
||||
<include refid="BaseQuerySql"/>
|
||||
order by
|
||||
|
||||
Reference in New Issue
Block a user