|
@@ -76,16 +76,22 @@
|
|
|
where projectManagement.fid = #{perobjectId} order by projectType.fnumber
|
|
|
</select>
|
|
|
<select id="getProjectListByState" resultType="java.util.Map">
|
|
|
- select fid as "id" ,fnumber as "number" ,CFProjectName as "name" from CT_PRO_ProjectManagement
|
|
|
- where CFProjectManagerID = (select fid from T_bd_person where fnumber = #{personNumber})
|
|
|
- <!-- where CFExpectedEndTime-->
|
|
|
- <!-- <if test="state==1">-->
|
|
|
- <!-- >=-->
|
|
|
- <!-- </if>-->
|
|
|
- <!-- <if test="state==0">-->
|
|
|
- <!-- <=-->
|
|
|
- <!-- </if>-->
|
|
|
- <!-- to_date(#{dateTime},'YYYY-MM-DD')-->
|
|
|
+ <!-- select fid as "id" ,fnumber as "number" ,CFProjectName as "name" from CT_PRO_ProjectManagement-->
|
|
|
+ <!-- where CFExpectedEndTime-->
|
|
|
+ <!-- <if test="state==1">-->
|
|
|
+ <!-- >=-->
|
|
|
+ <!-- </if>-->
|
|
|
+ <!-- <if test="state==0">-->
|
|
|
+ <!-- <=-->
|
|
|
+ <!-- </if>-->
|
|
|
+ <!-- to_date(#{dateTime},'YYYY-MM-DD')-->
|
|
|
+ <!-- and CFProjectManagerID = (select fid from T_bd_person where fnumber = #{personNumber})-->
|
|
|
+
|
|
|
+ SELECT fid as "id" ,
|
|
|
+ CFPROJECTCODE as "funumber" ,
|
|
|
+ CFPROJECTNAME as "name"
|
|
|
+ FROM CT_PRO_MemberManagement
|
|
|
+ where CFEMPLOYEEId =(select fid from T_bd_person where fnumber =#{personNumber})
|
|
|
</select>
|
|
|
|
|
|
</mapper>
|