Commit 4974be80 authored by 徐俊's avatar 徐俊

xujun

parent b06ec0d7
...@@ -132,6 +132,9 @@ public class ComProjectAssignDTO extends BaseDTO { ...@@ -132,6 +132,9 @@ public class ComProjectAssignDTO extends BaseDTO {
/** 项目编号 */ /** 项目编号 */
@ApiModelProperty(value = "项目编号", position = 2 ) @ApiModelProperty(value = "项目编号", position = 2 )
private String projNo; private String projNo;
/** 申请编号 */
@ApiModelProperty(value = "申请编号", position = 2 )
private String appNo;
/** 项目类型 1 科研项目 2重点学科项目 */ /** 项目类型 1 科研项目 2重点学科项目 */
@ApiModelProperty(value = "项目名称", position = 1 ) @ApiModelProperty(value = "项目名称", position = 1 )
private Integer projType; private Integer projType;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</sql> </sql>
<select id="getListByPage" resultType="com.yiboshi.science.param.dto.ComProjectAssignDTO"> <select id="getListByPage" resultType="com.yiboshi.science.param.dto.ComProjectAssignDTO">
SELECT a.*, c.person_name,c.cert_id,c.sex,c.birthday,c.mobile,c.email,c.education,c.title,g.unit_name SELECT a.*, c.person_name,c.cert_id,c.sex,c.birthday,c.mobile,c.email,c.education,c.title,g.unit_name
,d.name education_name,e.name title_name,f.proj_name,f.proj_no,h.total_funding ,d.name education_name,e.name title_name,f.proj_name,f.app_no,f.proj_no,h.total_funding
FROM com_project_assign a FROM com_project_assign a
LEFT JOIN com_expert b ON a.expert_id = b.id LEFT JOIN com_expert b ON a.expert_id = b.id
LEFT JOIN com_person c ON b.person_id = c.id LEFT JOIN com_person c ON b.person_id = c.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment