|
@@ -36,7 +36,7 @@
|
|
|
left join t_company co on d.company_id = co.id
|
|
|
where s.rec_status = 'A'
|
|
|
<if test="param.childName != null and param.childName !='' ">
|
|
|
- and c.child_name like concat ('%',#{param.snCode},'%')
|
|
|
+ and c.child_name like concat ('%',#{param.childName},'%')
|
|
|
</if>
|
|
|
<if test="param.type !=null and param.type == 0">
|
|
|
and s.scene_source in (1,2,12,13,14)
|