陈昶聿
5 天以前 861b8c51cf42864fde663391eeb73e4fc61d3848
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">