| | |
| | | |
| | | private Integer status; |
| | | |
| | | /** |
| | | * 价格 |
| | | */ |
| | | private String price; |
| | | |
| | | } |
| | |
| | | private int seepageNum; |
| | | private String seepageProgress; |
| | | |
| | | /** |
| | | * 水库注册码 |
| | | */ |
| | | private String othRegCd; |
| | | |
| | | |
| | | } |
| | |
| | | <if test="dto.deviceType != null and dto.deviceType != ''"> |
| | | and ds.device_type = #{dto.deviceType} |
| | | </if> |
| | | order by TO_NUMBER (ds.price) asc NULLS LAST |
| | | </select> |
| | | <select id="getSgDeviceById" resultType="cn.gistack.sm.sg.DO.SgDeviceDO"> |
| | | select ds.*,project.project_name as programName,dict."DICT_VALUE" as typeName from YWXT."SG_DEVICE" as ds left join YWXT."SG_PROJECT_INFO" as project on ds.program_id=project.id |
| | |
| | | dria."county_nm", |
| | | dria."town_nm", |
| | | dria."eng_scal", |
| | | dria."bas_guid" |
| | | dria."bas_guid", |
| | | dria."oth_reg_cd" |
| | | FROM |
| | | YWXT.SG_PROJECT_INFO info |
| | | LEFT JOIN SJZT_DW."dim_res_info_a" dria ON dria."res_cd" = info.sk_id |