|
|
@@ -47,6 +47,9 @@
|
|
|
<if test="corpsDesc.corpType!=null and corpsDesc.corpType != ''">
|
|
|
and corp_type like CONCAT(CONCAT('%', #{corpsDesc.corpType}), '%')
|
|
|
</if>
|
|
|
+ <if test="corpsDesc.brandName!=null and corpsDesc.brandName != ''">
|
|
|
+ and brand_name like CONCAT(CONCAT('%', #{corpsDesc.brandName}), '%')
|
|
|
+ </if>
|
|
|
<if test="corpsDesc.checkStatus != null and corpsDesc.checkStatus != ''">
|
|
|
and check_status = #{corpsDesc.checkStatus}
|
|
|
</if>
|