| | |
| | | </if> |
| | | <if test="params.pointNos != null"> |
| | | AND t1.point_no in |
| | | <foreach collection="pointNos" item="item" index="item" open="(" close=")" separator=","> |
| | | <foreach collection="params.pointNos" item="item" index="item" open="(" close=")" separator=","> |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | |
| | | t1.point_no, |
| | | t1.point_name, |
| | | t1.default_value, |
| | | t1.unittransfactor, |
| | | t1.max_value, |
| | | t1.min_value, |
| | | t1.point_type, |
| | | t1.data_type, |
| | | t1.store_type, |
| | |
| | | t1.point_type, |
| | | t1.data_type, |
| | | t1.store_type, |
| | | t1.unittransfactor, |
| | | t1.max_value, |
| | | t1.min_value, |
| | | t1.minfreqid, |
| | | t2.moment_point, |
| | | t2.length, |
| | | t2.cumulate_unit, |
| | | t2.divisor |
| | | FROM t_da_point t1 |
| | | LEFT JOIN t_da_cumulate_point t2 ON t2.point_id = t1.id |