liusheng
2 天以前 da026a34bcc97b2eb49607a3b02d94d8f683f997
smartor/src/main/resources/mapper/smartor/SvyFinishMapper.xml
@@ -33,12 +33,11 @@
    <select id="selectSvyFinishList" parameterType="SvyFinish" resultMap="SvyFinishResult">
        <include refid="selectSvyFinishVo"/>
        <where>
        where 1=1
            <if test="svytitle != null  and svytitle != ''"> and svytitle = #{svytitle}</if>
            <if test="totalscore != null "> and totalscore = #{totalscore}</if>
            <if test="orgid != null  and orgid != ''"> and orgid = #{orgid}</if>
            <if test="isabnormal != null "> and isabnormal = #{isabnormal}</if>
        </where>
    </select>
    <select id="selectSvyFinishById" parameterType="Long" resultMap="SvyFinishResult">