Commit ac8d99e2 authored by wangxl's avatar wangxl

111

parent e64c5262
...@@ -380,6 +380,8 @@ public class ComProjectDTO extends BaseDTO { ...@@ -380,6 +380,8 @@ public class ComProjectDTO extends BaseDTO {
private List<ComProjectFundCompositionDTO> fundCompositions; private List<ComProjectFundCompositionDTO> fundCompositions;
/** 经费表 */ /** 经费表 */
private List<ComProjectBudgetDTO> budget; private List<ComProjectBudgetDTO> budget;
/** 项目课颖设置表 */
private List<ComProjectSubDTO> projectSubList;
/** 设备仪器经费表 */ /** 设备仪器经费表 */
private List<ComProjectEquipmentDTO> equipments; private List<ComProjectEquipmentDTO> equipments;
/** 附件列表 */ /** 附件列表 */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<sql id="allColumns"> <sql id="allColumns">
t.id as id, t.object_id as objectId, t.unit_name as unitName, t.unit_address as unitAddress, t.project_work as projectWork t.id as id, t.object_id as objectId, t.unit_name as unitName, t.unit_address as unitAddress, t.project_work as projectWork
</sql> </sql>
<select id="getListByObjectId" parameterType="java.lang.String" resultType="com.yiboshi.science.param.dto. ComProjectManagementRuleDTO"> <select id="getListByObjectId" parameterType="java.lang.String" resultType="com.yiboshi.science.param.dto.ComProjectManagementRuleDTO">
SELECT SELECT
a.* a.*
FROM com_project_management_rule a FROM com_project_management_rule a
......
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