|
@@ -29,7 +29,7 @@
|
|
|
and c.model_auth_code like concat('%',#{param.modelAuthCode},'%')
|
|
|
</if>
|
|
|
<if test="param.snCode != null and param.snCode !=''">
|
|
|
- and d.sn_code like concat('%',#{param.snCodes},'%')
|
|
|
+ and d.sn_code like concat('%',#{param.snCode},'%')
|
|
|
</if>
|
|
|
order by c.id desc
|
|
|
</select>
|