smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml
@@ -80,6 +80,7 @@ <select id="selectSvyLibScriptList" parameterType="com.smartor.domain.SvyLibScript" resultMap="SvyLibScriptResult"> <include refid="selectSvyLibScriptVo"/> WHERE 1=1 <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if> AND del_flag=0 <if test="id != null ">and id = #{id}</if>