Commit ee71b29f078156eaa49504ac110871d455156968

Authored by shiyang
1 parent 5493c20955
Exists in master

update

Showing 2 changed files with 2 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/DepartController.java View file @ ee71b29
... ... @@ -197,6 +197,7 @@
197 197 * PC-查询同一家医院科室名称是否重复
198 198 * @param hid 所属医院
199 199 * @param dname 科室名称
  200 + * @param did 修改时用
200 201 * @return true 可以使用,false已经存在
201 202 */
202 203 @GetMapping("getDepartByParam")
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/RegionsController.java View file @ ee71b29
... ... @@ -96,6 +96,7 @@
96 96 * @param vtype 所属类型
97 97 * @param code 编码
98 98 * @param value 取值
  99 + * @param id 修改时用
99 100 * @return true 可以使用,false已经存在
100 101 */
101 102 @GetMapping("getDictByParam")