|
@@ -77,7 +77,6 @@ public interface CompanyMapper
|
|
|
"<if test = 'maps.companyName != null and maps.companyName !=\"\" '> " +
|
|
|
"and c.company_name like CONCAT('%',#{maps.companyName},'%') " +
|
|
|
"</if>" +
|
|
|
-
|
|
|
"<if test = 'maps.status != null '> " +
|
|
|
"and c.status = #{maps.status}" +
|
|
|
"</if>" +
|