|
|
@ -204,24 +204,25 @@ |
|
|
|
<resultMap id="Gzjb" type="com.kms.build.domain.dto.GzjbDto"> |
|
|
|
<result property="projectName" column="project_name"/> |
|
|
|
<result property="adcd" column="adcd"/> |
|
|
|
<result property="engineeringGrade" column="engineering_grade"/> |
|
|
|
<result property="engineeringGrade" column="ENGINEERING_GRADE"/> |
|
|
|
<result property="farmerTotal" column="farmer_total"/> |
|
|
|
<result property="farmerNow" column="farmer_now"/> |
|
|
|
<result property="farmerYear" column="farmer_year"/> |
|
|
|
<result property="zfTotal" column="zf_total"/> |
|
|
|
<result property="zfTotal" column="total"/> |
|
|
|
<result property="zfLandPaidnAmount" column="zf_land_paidn_amount"/> |
|
|
|
<result property="zfCenterPaidinAmount" column="zf_center_paidin_amount"/> |
|
|
|
<result property="xdTotal" column="zd_total"/> |
|
|
|
<result property="xdLandPaidnAmount" column="zd_land_paidn_amount"/> |
|
|
|
<result property="xdCenterPaidinAmount" column="zd_center_paidin_amount"/> |
|
|
|
<result property="xdTotal" column="source_total"/> |
|
|
|
<result property="xdLandPaidnAmount" column="source_land"/> |
|
|
|
<result property="xdCenterPaidinAmount" column="source_center"/> |
|
|
|
<result property="isStart" column="is_start"/> |
|
|
|
<result property="isEnd" column="is_end"/> |
|
|
|
<result property="startTime" column="start_time"/> |
|
|
|
<result property="endTime" column="end_time"/> |
|
|
|
<result property="endTime" column="commencement_date"/> |
|
|
|
<result property="remark" column="remark"/> |
|
|
|
<result property="proCode" column="pro_code"/> |
|
|
|
<result property="bidTime" column="bid_time"/> |
|
|
|
<result property="bidTime" column="PROJECT_NAME"/> |
|
|
|
<result property="proNo" column="pro_no"/> |
|
|
|
<result property="isBelon" column="IS_BELONG_PLANNING"/> |
|
|
|
|
|
|
|
</resultMap> |
|
|
|
|
|
|
@ -366,14 +367,11 @@ |
|
|
|
order by pi.${orderBy} desc |
|
|
|
</if> |
|
|
|
<if test="userType==00"> |
|
|
|
<where> |
|
|
|
|
|
|
|
<if test="adcd!=null and adcd !=''"> |
|
|
|
and adcd like concat(#{adcd},'%') |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
|
|
|
|
</if> |
|
|
|
GROUP BY info.PRO_CODE |
|
|
|
|
|
|
|
</select> |
|
|
|
</mapper> |
|
|
|