Commit 77350b49def16470778b576046fcaba716aff705

Authored by jiangjiazhi
1 parent f6823af4fb

增加设置parentid

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java View file @ 77350b4
... ... @@ -273,7 +273,7 @@
273 273 }
274 274 }
275 275  
276   - if (NumberUtils.isNumber(zhuanchu)) {
  276 + if (NumberUtils.isNumber(zhuanru)) {
277 277 Organization zhuanc1 = organizationService.getOrganization(Integer.valueOf(zhuanru));
278 278 if (null != zhuanc1) {
279 279 zhuanRname = zhuanc1.getName();