负责范围

		PersonnelBuss personnelbuss  = new PersonnelBuss();
		personnelbuss.setPOSTID(PersonnelArgument.ISCOURIER);
		couriers = handler.bean(couriers);	
		DataTable scopeBeans = handler.getScopeBeans(couriers,personnelbuss);

  

		personnelBuss.setMemId(couriers.getID());
		personnelBuss.setPOSTID(PersonnelArgument.ISCOURIER);
		
		DISMANTLEService dismantleService = IocFactory.instance(DISMANTLEService.class) ;
		List<PERSONRANGE> personnrangeList = dismantleService.getPersonnrange(personnelBuss);

  

		result = this.daoProvider().query(command, dismantle,personnelbuss);	

  

posted @ 2018-11-09 10:18  剑小新  阅读(182)  评论(0编辑  收藏  举报