|
@@ -16,7 +16,7 @@
|
|
and d.own = #{param.outType}
|
|
and d.own = #{param.outType}
|
|
</if>
|
|
</if>
|
|
<if test="param.type !=null ">
|
|
<if test="param.type !=null ">
|
|
- and c.type = #{param.type}
|
|
|
|
|
|
+ and d.type = #{param.type}
|
|
</if>
|
|
</if>
|
|
<if test="param.snCode !=null and param.snCode != '' ">
|
|
<if test="param.snCode !=null and param.snCode != '' ">
|
|
and c.sn_code like concat ('%',#{param.snCode},'%')
|
|
and c.sn_code like concat ('%',#{param.snCode},'%')
|