| | |
| | | <id column="id" property="id" /> |
| | | <result column="name" property="name" /> |
| | | <result column="standard_condition" property="standardCondition" /> |
| | | <result column="condition" property="condition" /> |
| | | <result column="conditions" property="conditions" /> |
| | | <result column="create_time" property="createTime" /> |
| | | <result column="del_flag" property="delFlag" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, name, standard_condition, condition, create_time, del_flag |
| | | id, name, standard_condition, conditions, create_time, del_flag |
| | | </sql> |
| | | |
| | | </mapper> |