去除部门搜索

This commit is contained in:
huangweixiong 2022-06-22 17:00:35 +08:00
parent 5b2f0bef95
commit cf658307a8
1 changed files with 3 additions and 4 deletions

View File

@ -41,7 +41,6 @@ public class TsingtaoDataResourceService extends AbstractDataResourceService {
Integer size = dto.getPageSize();
String pxcol = dto.getOrderField();
String order = dto.getOrderType();
String bmname = dto.getServiceName();
String zyname = dto.getServiceName();
if (page == null) page = 1;
@ -55,9 +54,9 @@ public class TsingtaoDataResourceService extends AbstractDataResourceService {
" <soap:Body><ZWCJ_mainPort xmlns=\"http://tempuri.org/\">\n" +
String.format("<pagenum>%d</pagenum>\n <pagesize>%d</pagesize>\n",page, size) +
String.format("<pxcol>%s</pxcol>\n <order>%s</order>\n",pxcol, order);
if (bmname != null){
parame = parame + String.format("<bmname>%s</bmname>",bmname);
}
// if (bmname != null){
// parame = parame + String.format("<bmname>%s</bmname>",bmname);
// }
if (zyname != null) {
parame = parame + String.format("<zyname>%s</zyname>",zyname);
}