去除市局部门搜索条件

This commit is contained in:
dinggang 2022-06-22 17:00:37 +08:00
parent f667967d7e
commit ab9e30b755
1 changed files with 0 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,6 @@ 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 (zyname != null) {
parame = parame + String.format("<zyname>%s</zyname>",zyname);
}