Commit 47a81b90 authored by chenyuefang's avatar chenyuefang

咨询机构合作记录

parent 7ca90fa8
......@@ -54,8 +54,14 @@ public class AdvisoryBodyBo extends BaseEntity {
/**
* 项目承接类型
*/
private String isinvestproject;
/**
* 工程基础大类
*/
private String projectType1;
/**
* 工程类别明细
*/
private String projectType2;
}
......@@ -57,6 +57,15 @@
</if>
</trim>
</if>
<if test="bo.isinvestproject != null and bo.isinvestproject != ''">
and dp.isinvestproject = #{bo.isinvestproject}
</if>
<if test="bo.projectType1 != null and bo.projectType1 != ''">
and dp.project_type1 = #{bo.projectType1}
</if>
<if test="bo.projectType2 != null and bo.projectType2 != ''">
and dp.project_type2 = #{bo.projectType2}
</if>
</where>
order by dp.contract_sign_date desc
</select>
......
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