smartor/src/main/resources/mapper/smartor/SvyLibExceptionMapper.xml
@@ -36,6 +36,7 @@ <select id="selectSvyLibExceptionList" parameterType="SvyLibException" resultMap="SvyLibExceptionResult"> <include refid="selectSvyLibExceptionVo"/> WHERE 1=1 <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if> <if test="oldid != null "> and oldid = #{oldid}</if> <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if>