| | |
| | | <result property="guid" column="guid"/> |
| | | <result property="valueType" column="value_type"/> |
| | | <result property="targetOptions" column="targetOptions"/> |
| | | <result property="targettype" column="targettype"/> |
| | | <result property="scriptType" column="script_type"/> |
| | | <result property="targetid" column="targetid"/> |
| | | <result property="targetvalue" column="targetvalue"/> |
| | | <result property="nextScriptno" column="next_scriptno"/> |
| | |
| | | scriptno, |
| | | templateID, |
| | | scriptid, |
| | | script_topic, language, categoryName, script_content, is_must, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid, pid, guid, value_type, targetOptions, targettype, targetid, targetvalue, next_scriptno, script_result, otherdata, picture_path |
| | | script_topic, language, categoryName, script_content, is_must, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid, pid, guid, value_type, targetOptions, script_type, targetid, targetvalue, next_scriptno, script_result, otherdata, picture_path |
| | | from svy_task_template_script |
| | | </sql> |
| | | |
| | |
| | | <if test="guid != null and guid != ''">and guid = #{guid}</if> |
| | | <if test="valueType != null ">and value_type = #{valueType}</if> |
| | | <if test="targetOptions != null and targetOptions != ''">and targetOptions = #{targetOptions}</if> |
| | | <if test="targettype != null and targettype != ''">and targettype = #{targettype}</if> |
| | | <if test="scriptType != null and scriptType != ''">and script_type = #{scriptType}</if> |
| | | <if test="targetid != null ">and targetid = #{targetid}</if> |
| | | <if test="targetvalue != null and targetvalue != ''">and targetvalue = #{targetvalue}</if> |
| | | <if test="nextScriptno != null ">and next_scriptno = #{nextScriptno}</if> |
| | |
| | | <if test="guid != null">guid,</if> |
| | | <if test="valueType != null">value_type,</if> |
| | | <if test="targetOptions != null">targetOptions,</if> |
| | | <if test="targettype != null">targettype,</if> |
| | | <if test="scriptType != null">script_type,</if> |
| | | <if test="targetid != null">targetid,</if> |
| | | <if test="targetvalue != null">targetvalue,</if> |
| | | <if test="nextScriptno != null">next_scriptno,</if> |
| | |
| | | <if test="guid != null">#{guid},</if> |
| | | <if test="valueType != null">#{valueType},</if> |
| | | <if test="targetOptions != null">#{targetOptions},</if> |
| | | <if test="targettype != null">#{targettype},</if> |
| | | <if test="scriptType != null">#{scriptType},</if> |
| | | <if test="targetid != null">#{targetid},</if> |
| | | <if test="targetvalue != null">#{targetvalue},</if> |
| | | <if test="nextScriptno != null">#{nextScriptno},</if> |
| | |
| | | <if test="guid != null">guid = #{guid},</if> |
| | | <if test="valueType != null">value_type = #{valueType},</if> |
| | | <if test="targetOptions != null">targetOptions = #{targetOptions},</if> |
| | | <if test="targettype != null">targettype = #{targettype},</if> |
| | | <if test="scriptType != null">script_type = #{scriptType},</if> |
| | | <if test="targetid != null">targetid = #{targetid},</if> |
| | | <if test="targetvalue != null">targetvalue = #{targetvalue},</if> |
| | | <if test="nextScriptno != null">next_scriptno = #{nextScriptno},</if> |