上架增加客户订单号搜索
parent
cffbc0ee9f
commit
70c5a893f4
|
@ -1012,7 +1012,7 @@ public class WmInQmIController extends BaseController {
|
||||||
String hql = " from WmInQmIEntity where 1 = 1 and binSta = 'N' ";
|
String hql = " from WmInQmIEntity where 1 = 1 and binSta = 'N' ";
|
||||||
D0.setOK(true);
|
D0.setOK(true);
|
||||||
if (!StringUtil.isEmpty(searchstr)) {
|
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)) {
|
if (!StringUtil.isEmpty(searchstr2)) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue