查询bug修改
This commit is contained in:
parent
d1b369bd3b
commit
369e6bc0aa
|
|
@ -407,7 +407,6 @@
|
|||
replace into nxdt_ii.pt_check_person_remark(
|
||||
task_id, user_id,type,version,audit_status,remark,audit_time,audit_remark
|
||||
)values (#{taskId},#{userId},#{type},#{vision},#{agree},#{rejectReason},now(),#{reason})
|
||||
|
||||
</insert>
|
||||
|
||||
<select id="getCommentListByProcessInstanceId" resultType="com.bonus.flowable.entity.CheckComment">
|
||||
|
|
|
|||
|
|
@ -374,12 +374,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
lkc.pro_id AS proId,
|
||||
lkc.cont_uuid AS contUuid,
|
||||
lkc.cons_persion_id AS consPersonId,
|
||||
lkc.cont_uuid AS contUuid,
|
||||
lkc.sub_uuid AS subUuid,
|
||||
lkc.admission_date AS admissionDate,
|
||||
lkc.departure_date AS departureDate,
|
||||
lkc.out_status as intoStatus,
|
||||
#{dataType} as status,
|
||||
#{bean.dataType} as status,
|
||||
lkc.task_id_out AS taskId,
|
||||
lkc.proc_inst_id_out as procInsId,
|
||||
pcp.cons_user_id AS consUserId,
|
||||
|
|
@ -401,9 +400,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
lkc.exit_reason as reason
|
||||
FROM
|
||||
lk_cont_person lkc
|
||||
LEFT JOIN
|
||||
pt_cons_person pcp ON lkc.cons_persion_id = pcp.cons_user_id
|
||||
AND pcp.is_active = '1'
|
||||
LEFT JOIN pt_cons_person pcp ON lkc.cons_persion_id = pcp.cons_user_id AND pcp.is_active = '1'
|
||||
left join sys_dict_data sdd on sdd.dict_value = pcp.post and sdd.dict_type = 'sys_cons_post' and sdd.status ='0'
|
||||
WHERE lkc.into_status = '3' AND lkc.out_status != '0'
|
||||
<if test="bean.proId != null and bean.proId != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue