liusheng
2 天以前 da026a34bcc97b2eb49607a3b02d94d8f683f997
smartor/src/main/resources/mapper/smartor/SvyFinishoptionMapper.xml
@@ -29,12 +29,11 @@
    <select id="selectSvyFinishoptionList" parameterType="SvyFinishoption" resultMap="SvyFinishoptionResult">
        <include refid="selectSvyFinishoptionVo"/>
        <where>
        where 1=1
            <if test="psqoptionid != null "> and psqoptionid = #{psqoptionid}</if>
            <if test="content != null  and content != ''"> and content = #{content}</if>
            <if test="orgid != null  and orgid != ''"> and orgid = #{orgid}</if>
            <if test="isrobot != null "> and isrobot = #{isrobot}</if>
        </where>
    </select>
    <select id="selectSvyFinishoptionById" parameterType="Long" resultMap="SvyFinishoptionResult">