|
|
@ -714,6 +714,7 @@ |
|
|
WHERE item.DEL_FLAG = '0' |
|
|
WHERE item.DEL_FLAG = '0' |
|
|
and (process.state is not null and process.state not in (11,15)) |
|
|
and (process.state is not null and process.state not in (11,15)) |
|
|
and item.IS_PEOPLE = '1' |
|
|
and item.IS_PEOPLE = '1' |
|
|
|
|
|
and item.IS_DIFFICULTY = '1' |
|
|
<if test="typeKey != null and typeKey != '' and typeKey == 'grid_party'"> |
|
|
<if test="typeKey != null and typeKey != '' and typeKey == 'grid_party'"> |
|
|
and (process.state != 0 or process.state is null) |
|
|
and (process.state != 0 or process.state is null) |
|
|
</if> |
|
|
</if> |
|
|
@ -779,8 +780,6 @@ |
|
|
item.CREATED_TIME DESC |
|
|
item.CREATED_TIME DESC |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="firstCheckPage" resultType="com.elink.esua.epdc.dto.item.ItemPendingHandleDTO"> |
|
|
<select id="firstCheckPage" resultType="com.elink.esua.epdc.dto.item.ItemPendingHandleDTO"> |
|
|
SELECT |
|
|
SELECT |
|
|
item.ID, |
|
|
item.ID, |
|
|
@ -2157,6 +2156,8 @@ |
|
|
else '' |
|
|
else '' |
|
|
end as evaluationScoreName, |
|
|
end as evaluationScoreName, |
|
|
process.state AS processState, |
|
|
process.state AS processState, |
|
|
|
|
|
i.IS_DIFFICULTY, |
|
|
|
|
|
i.IS_TYPICAL, |
|
|
i.EVALUATION_CONTENT, |
|
|
i.EVALUATION_CONTENT, |
|
|
i.EVALUATION_TIME |
|
|
i.EVALUATION_TIME |
|
|
FROM epdc_item i |
|
|
FROM epdc_item i |
|
|
|