WS查询所有4

来源:互联网 发布:iis7域名绑定无法访问 编辑:程序博客网 时间:2024/06/04 19:59
 {
                lists.remove("PO_VERSION");
                lists.put("PO_VERSION", "");
            }
            if(null == (lists.get("CUSTOMER"))
                    ||"null".equals(lists.get("CUSTOMER"))
                    ||"".equals(lists.get("CUSTOMER")))
            {
                lists.remove("CUSTOMER");
                lists.put("CUSTOMER", "");
            }
            if(null == (lists.get("APPLICANT_REGION"))
                    ||"null".equals(lists.get("APPLICANT_REGION"))
                    ||"".equals(lists.get("APPLICANT_REGION")))
            {
                lists.remove("APPLICANT_REGION");
                lists.put("APPLICANT_REGION", "");
            }
            if(null == (lists.get("APPLICANT_OFFICE"))
                    ||"null".equals(lists.get("APPLICANT_OFFICE"))
                    ||"".equals(lists.get("APPLICANT_OFFICE")))
            {
                lists.remove("APPLICANT_OFFICE");
                lists.put("APPLICANT_OFFICE", "");
            }