|
@@ -61,7 +61,7 @@
|
|
|
and a.is_match=#{mappingConfigPageVO.isMatch}
|
|
|
</if>
|
|
|
)t1
|
|
|
- <if test="mappingConfigPageVO.isMultiple!=null and mappingConfigPageVO.isMultiple=1">
|
|
|
+ <if test="mappingConfigPageVO.isMultiple!=null and mappingConfigPageVO.isMultiple==1">
|
|
|
,(select a.his_name,a.his_detail_name,count(*)
|
|
|
from tran_mapping_config a
|
|
|
where a.is_deleted='N'
|
|
@@ -94,20 +94,20 @@
|
|
|
</foreach>
|
|
|
</if>
|
|
|
group by a.his_name
|
|
|
- <if test="mappingConfigPageVO.type!=null and mappingConfigPageVO.type=1">
|
|
|
+ <if test="mappingConfigPageVO.type!=null and mappingConfigPageVO.type==1">
|
|
|
,a.his_detail_name
|
|
|
</if>
|
|
|
having count(*)>1
|
|
|
) t2
|
|
|
where t1.his_name=t2.his_name
|
|
|
- <if test="mappingConfigPageVO.type!=null and mappingConfigPageVO.type=1">
|
|
|
+ <if test="mappingConfigPageVO.type!=null and mappingConfigPageVO.type==1">
|
|
|
and t1.his_detail_name=t2.his_detail_name
|
|
|
</if>
|
|
|
</if>
|
|
|
order by
|
|
|
- <if test="mappingConfigPageVO.isMultiple!=null and mappingConfigPageVO.isMultiple=1">
|
|
|
+ <if test="mappingConfigPageVO.isMultiple!=null and mappingConfigPageVO.isMultiple==1">
|
|
|
t1.his_name asc,
|
|
|
- <if test="mappingConfigPageVO.type!=null and mappingConfigPageVO.type=1">
|
|
|
+ <if test="mappingConfigPageVO.type!=null and mappingConfigPageVO.type==1">
|
|
|
t1.his_detail_name asc,
|
|
|
</if>
|
|
|
</if>
|