liusheng
2 天以前 da026a34bcc97b2eb49607a3b02d94d8f683f997
smartor/src/main/resources/mapper/smartor/SvyTaskAnswerMapper.xml
@@ -54,7 +54,7 @@
    <select id="selectSvyTaskAnswerList" parameterType="com.smartor.domain.SvyTaskAnswer"
            resultMap="SvyTaskAnswerResult">
        <include refid="selectSvyTaskAnswerVo"/>
        <where>
        where 1=1
            <if test="taskid != null ">and taskid = #{taskid}</if>
            <if test="singleid != null ">and singleid = #{singleid}</if>
            <if test="scriptid != null ">and scriptid = #{scriptid}</if>
@@ -69,7 +69,6 @@
            <if test="pid != null  and pid != ''">and pid = #{pid}</if>
            <if test="guid != null  and guid != ''">and guid = #{guid}</if>
            <if test="orgid != null  and orgid != ''">and orgid = #{orgid}</if>
        </where>
    </select>
    <select id="selectSvyTaskAnswerById" parameterType="Long" resultMap="SvyTaskAnswerResult">