Commit 41f6442e authored by zhangyingbin's avatar zhangyingbin

修改ugp智能监检

parent 8c814508
...@@ -9,15 +9,14 @@ ...@@ -9,15 +9,14 @@
<association property="project" javaType="com.yeejoin.amos.boot.module.ugp.api.entity.Project" > <association property="project" javaType="com.yeejoin.amos.boot.module.ugp.api.entity.Project" >
<!--@Table tz_ugp_project--> <!--@Table tz_ugp_project-->
<result property="name" column="name" jdbcType="VARCHAR"/> <result property="name" column="name" jdbcType="VARCHAR"/>
<result property="progressStatus" column="progress_status" jdbcType="VARCHAR"/> <result property="progressStatus" column="progress_status" jdbcType="VARCHAR"/>
<result property="address" column="address" jdbcType="VARCHAR"/> <result property="address" column="address" jdbcType="VARCHAR"/>
<result property="startDate" column="start_date" jdbcType="OTHER"/> <result property="startDate" column="start_date" jdbcType="OTHER"/>
<result property="constructionUnit" column="construction_unit" jdbcType="VARCHAR"/> <result property="constructionUnit" column="construction_unit" jdbcType="VARCHAR"/>
<result property="chargePerson" column="charge_person" jdbcType="VARCHAR"/> <result property="chargePerson" column="charge_person" jdbcType="VARCHAR"/>
<result property="submitDate" column="submit_date" jdbcType="OTHER"/> <result property="submitDate" column="submit_date" jdbcType="OTHER"/>
</association>
</association>
</resultMap> </resultMap>
...@@ -27,6 +26,7 @@ ...@@ -27,6 +26,7 @@
<select id="findss" resultMap="result"> <select id="findss" resultMap="result">
SELECT SELECT
pt.sequence_nbr AS project_id,
pt.NAME, pt.NAME,
pt.install_region AS address, pt.install_region AS address,
pt.progress_status, pt.progress_status,
......
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