| | |
| | | <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> |
| | |
| | | <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"> |