上架增加客户订单号搜索

master
cez 2023-01-25 19:03:20 +08:00
parent cffbc0ee9f
commit 70c5a893f4
1 changed files with 1 additions and 1 deletions

View File

@ -1012,7 +1012,7 @@ public class WmInQmIController extends BaseController {
String hql = " from WmInQmIEntity where 1 = 1 and binSta = 'N' ";
D0.setOK(true);
if (!StringUtil.isEmpty(searchstr)) {
hql = hql + " and (imNoticeId like '%" + searchstr + "%' or tin_id like '%" + searchstr + "%')";
hql = hql + " and (imNoticeId like '%" + searchstr + "%' or imCusCode like '%" + searchstr + "%'" + " or tin_id like '%" + searchstr + "%' )";
}
if (!StringUtil.isEmpty(searchstr2)) {
try {