smartor/src/main/resources/mapper/smartor/SvyTaskTemplateScriptMapper.xml
@@ -83,7 +83,7 @@ <select id="selectSvyTaskTemplateScriptList" parameterType="com.smartor.domain.SvyTaskTemplateScript" resultMap="SvyTaskTemplateScriptResult"> <include refid="selectSvyTaskTemplateScriptVo"/> where 1=1 where del_flag=0 <if test="taskid != null ">and taskid = #{taskid}</if> <if test="isMydException != null ">and is_myd_exception = #{isMydException}</if> <if test="dimension != null ">and dimension = #{dimension}</if>