smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml
@@ -36,8 +36,9 @@ <select id="selectServiceOutPathList" parameterType="com.smartor.domain.ServiceOutPath" resultMap="ServiceOutPathResult"> <include refid="selectServiceOutPathVo"/> <where> del_flag=0 WHERE 1=1 AND del_flag=0 and orgid is null <if test="param1 != null "> and param1 = #{param1} @@ -58,7 +59,7 @@ and radix=#{radix} </if> </where> </select> <select id="selectServiceOutPathById" parameterType="Long"