|
@@ -67,6 +67,9 @@
|
|
|
<if test="param.snCode != null and param.snCode !='' ">
|
|
|
and c.sn_code like concat ('%',#{param.snCode},'%')
|
|
|
</if>
|
|
|
+ <if test="param.num != null and param.num !='' ">
|
|
|
+ and s.num like concat ('%',#{param.num},'%')
|
|
|
+ </if>
|
|
|
<if test="param.userName != null and param.userName !='' ">
|
|
|
and u.user_name like concat ('%',#{param.userName},'%')
|
|
|
</if>
|