|
@ -313,6 +313,7 @@ |
|
|
<if test="name != null and name != ''"> |
|
|
<if test="name != null and name != ''"> |
|
|
AND ir.`NAME` concat('%',#{name},'%') |
|
|
AND ir.`NAME` concat('%',#{name},'%') |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
and ir.status='0' |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
CONVERT ( ir.NAME USING gbk ) ASC |
|
|
CONVERT ( ir.NAME USING gbk ) ASC |
|
|
</select> |
|
|
</select> |
|
|