hs-web / hsweb3-demo

hsweb 3.0版本演示,ui基于miniui,集成hsweb全家桶的web端演示,集成代码生成器
http://test:test@demo3.hsweb.me
490 stars 267 forks source link

人员管理通过所属机构构造条件查询无效 #24

Closed JiaRG closed 5 years ago

JiaRG commented 5 years ago

1、添加的人员: image 2、人员所属的机构、部门、职位: image 3、查询条件及结果: image

{"action":"人员管理-根据动态条件查询","describe":"","method":"list(QueryParamEntity param)","target":"org.hswebframework.web.controller.organizational.PersonController","parameters":{"param":{"forUpdate":false,"excludes":[],"pageIndex":0,"terms":[{"terms":[],"column":"id","options":[],"termType":"eq","type":"and","value":{"old":"c5a285635fc06658870c713c0ce67c6d","value":"c5a285635fc06658870c713c0ce67c6d"}}],"pageSize":10,"includes":[],"paging":false,"sorts":[{"name":"sortIndex","order":"asc"}]}},"httpHeaders":{"host":"localhost:8089","connection":"keep-alive","accept":"application/json, text/javascript, */*; q=0.01","x-requested-with":"XMLHttpRequest","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36","referer":"http://localhost:8089/admin/org/person/list.html?_t=166243&_winid=w5182","accept-encoding":"gzip, deflate, br","accept-language":"zh-CN,zh;q=0.9,en;q=0.8","cookie":"Idea-4d32d3ec=c5292816-326a-41d4-82cd-58bc92404659; JSESSIONID=52B5F682219FE9996EC819838F4DE29B"},"httpMethod":"GET","ip":"0:0:0:0:0:0:0:1","url":"http://localhost:8089/person","response":{"result":{"total":0,"data":[]},"status":200,"timestamp":1539162889134},"requestTime":1539162889128,"responseTime":1539162889134,"id":"ffd56cd30b024e7f5673557215f62bc8","useTime":6}
==>  Preparing: select s_person.`u_id` AS `u_id`,s_person.`name` AS `name`,s_person.`sex` AS `sex`,s_person.`email` AS `email`,s_person.`phone` AS `phone`,s_person.`photo` AS `photo`,s_person.`user_id` AS `user_id`,s_person.`status` AS `status`,s_person.`remark` AS `remark` from s_person WHERE s_person.`u_id`=?
==> Parameters: c5a285635fc06658870c713c0ce67c6d(String)
<==      Total: 0
zhou-hao commented 5 years ago

已修复,更新,并清空浏览器缓存再试试

JiaRG commented 5 years ago

嗯,可以了。