Browse Source

立项批复时间

tags/24080901
PoffyZhang 1 year ago
parent
commit
077befc831
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      pmapi/src/main/java/com/ningdatech/pmapi/todocenter/mapper/StatisticsMapper.xml

+ 3
- 2
pmapi/src/main/java/com/ningdatech/pmapi/todocenter/mapper/StatisticsMapper.xml View File

@@ -35,8 +35,9 @@
<select id="getIdo" parameterType="java.lang.String" <select id="getIdo" parameterType="java.lang.String"
resultType="com.ningdatech.pmapi.todocenter.model.po.TodoCenterStatisticsPO"> resultType="com.ningdatech.pmapi.todocenter.model.po.TodoCenterStatisticsPO">
SELECT count(0) idoNum SELECT count(0) idoNum
FROM act_hi_taskinst ht WHERE ht.assignee_ = #{employeeCode}
AND ht.end_time_ IN (SELECT max(end_time_) FROM act_hi_taskinst WHERE ht.end_time_ is not NULL GROUP BY PROC_INST_ID_)
FROM act_hi_taskinst ht WHERE
ht.end_time_ IN (SELECT max(end_time_) FROM act_hi_taskinst
WHERE assignee_ = #{employeeCode} and end_time_ is not NULL GROUP BY PROC_INST_ID_)
</select> </select>


<select id="mysubmitNum" parameterType="java.lang.String" <select id="mysubmitNum" parameterType="java.lang.String"


Loading…
Cancel
Save