| | |
| | | <result column="create_by" property="createBy" /> |
| | | <result column="update_by" property="updateBy" /> |
| | | <result column="disabled" property="disabled" /> |
| | | <result column="cycle" property="cycle" /> |
| | | <result column="`cycle`" property="cycle" /> |
| | | <result column="num1" property="num1" /> |
| | | <result column="num2" property="num2" /> |
| | | <result column="num3" property="num3" /> |
| | | <result column="num4" property="num4" /> |
| | | <result column="template_id" property="templateId" /> |
| | | <result column="current_value" property="currentValue" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, create_time, update_time, create_by, update_by, disabled, cycle, num1, num2, num3, num4, template_id |
| | | id, create_time, update_time, create_by, update_by, disabled, `cycle`, num1, num2, num3, num4, template_id,current_value |
| | | </sql> |
| | | |
| | | </mapper> |