bug修改

dev
wany 2025-03-10 11:47:54 +08:00
parent a46d2dc281
commit d9e59a123b
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ public class OrderclusterService extends BaseService {
}
if (StrKit.notBlank(customer_name)) {
fromsql += " and c.customer_name like ? \n";
fromsql += " and c.name like ? \n";
paraList.add("%" + customer_name.trim() + "%");
}