|
@@ -2,7 +2,7 @@
|
|
|
<!DOCTYPE mapper
|
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
-<mapper namespace="com.onemap.apply.mapper.yzt.ZymlMapper">
|
|
|
+<mapper namespace="com.onemap.apply.mapper.yzt.ZymlGetMyCollectMapper">
|
|
|
|
|
|
|
|
|
<select id="GetList" parameterType="java.lang.String" resultType="com.onemap.apply.domain.yzt.ZymlDTO">
|
|
@@ -10,7 +10,7 @@
|
|
|
(select count(1) from t_yzt_zyml cou where cou.parent = 0
|
|
|
<if test="resources != null and resources != ''">
|
|
|
and cou.bsm in (
|
|
|
- with temp as
|
|
|
+ with temp asGetMyCollect
|
|
|
(select #{resources} value from dual t)
|
|
|
select regexp_substr(replace(value, ' ,', ','), '[^,]+', 1, level)
|
|
|
from temp
|