Commit d167ebfb authored by 徐俊's avatar 徐俊

xujun

parent 528b1899
......@@ -33,6 +33,7 @@ public class ProjectKPIStatisticDTO extends BaseDTO {
private BigDecimal yearApply;
/** 自筹资金 */
private BigDecimal yearSelf;
private Integer totalRowSpan; //总合并行数
private Integer outTarget; //一级指标(产出指标)
......
......@@ -356,6 +356,7 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro
//if (dto.getProjState() >= 50)
LoadProjectKPIInfo(dto);
// 项目课颖设置表
List<ComProjectSubDTO> projectSubList = comProjectSubService.getListByObjectId(dto.getId());
dto.setProjectSubList(projectSubList);
......
......@@ -37,6 +37,7 @@
${ew.sqlSegment}
</where>
</select>
<select id="getById" parameterType="java.lang.String" resultType="com.yiboshi.science.param.dto.ComProjectDTO">
SELECT a.*,b.name knowledge_name,
ic.proj_id,ic.app_unit_name,ic.unit_type,ic.organization_code,ic.address,
......
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