| | |
| | | <result property="assortid" column="assortid"/> |
| | | <result property="parameter" column="parameter"/> |
| | | <result property="version" column="version"/> |
| | | <result property="usestate" column="usestate"/> |
| | | <result property="isenable" column="isenable"/> |
| | | <result property="campus" column="campus"/> |
| | | <result property="tag" column="tag"/> |
| | | <result property="suitway" column="suitway"/> |
| | |
| | | firstQuestionNum, |
| | | version, |
| | | silencetime, |
| | | usestate, |
| | | isenable, |
| | | campus, |
| | | tag, |
| | | suitway, |
| | |
| | | <if test="templateName != null and templateName != ''">templateName,</if> |
| | | <if test="version != null and version != ''">version,</if> |
| | | <if test="campus != null and campus != ''">campus,</if> |
| | | <if test="usestate != null and usestate != ''">usestate,</if> |
| | | <if test="isenable != null and isenable != ''">isenable,</if> |
| | | <if test="firstQuestionNum != null">firstQuestionNum,</if> |
| | | <if test="submodule != null">submodule,</if> |
| | | <if test="language != null and language != ''">language,</if> |
| | |
| | | <if test="templateName != null and templateName != ''">#{templateName},</if> |
| | | <if test="version != null and version != ''">#{version},</if> |
| | | <if test="campus != null and campus != ''">#{campus},</if> |
| | | <if test="usestate != null and usestate != ''">#{usestate},</if> |
| | | <if test="isenable != null and isenable != ''">#{isenable},</if> |
| | | <if test="firstQuestionNum != null">#{firstQuestionNum},</if> |
| | | <if test="submodule != null">#{submodule},</if> |
| | | <if test="language != null and language != ''">#{language},</if> |
| | |
| | | <if test="templateName != null and templateName != ''">templateName = #{templateName},</if> |
| | | <if test="version != null and version != ''">version = #{version},</if> |
| | | <if test="campus != null and campus != ''">campus = #{campus},</if> |
| | | <if test="usestate != null and usestate != ''">usestate = #{usestate},</if> |
| | | <if test="isenable != null and isenable != ''">isenable = #{isenable},</if> |
| | | <if test="firstQuestionNum != null">firstQuestionNum = #{firstQuestionNum},</if> |
| | | <if test="submodule != null">submodule = #{submodule},</if> |
| | | <if test="language != null and language != ''">language = #{language},</if> |