|
|
@ -100,7 +100,7 @@ public interface CrmMapper extends BaseMapper<ProjectInfo> { |
|
|
|
"left join project_information b on b.sid =a.projectSid " + |
|
|
|
"left join project_phase c on c.projectSid =b.sid " + |
|
|
|
"left join storehouse_project d on d.projectSid=b.sid and d.type='2'"+ |
|
|
|
"where a.enterpriseSid=#{enterpriseSid}") |
|
|
|
"where a.enterpriseSid=#{enterpriseSid} and a.projectSid!='d8bf7556-6db4-46b1-87eb-f3e9f93d330f' ") |
|
|
|
List<ProjectInfo> getProjectcs(@Param("enterpriseSid") String enterpriseSid); |
|
|
|
@Select("select a.* from project_phase_dictionary a " + |
|
|
|
"where a.enterpriseSid=#{enterpriseSid}") |
|
|
|