审核调整
This commit is contained in:
		
							parent
							
								
									e3ab9ba91e
								
							
						
					
					
						commit
						51735e32f9
					
				|  | @ -235,12 +235,13 @@ public class BizTodoItemService { | ||||||
|                             todoUserIdsList = userService.listAll(map, ".selectTodoUserListByTaskId"); |                             todoUserIdsList = userService.listAll(map, ".selectTodoUserListByTaskId"); | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     // 如果营销区域的上级是华东业务部,且审批流到了业务部长,该区域的部长离职后未找到合适人选,审核直接提交给营销总监 |                     // 如果营销区域的上级是华南业务部,且审批流到了业务部长,该区域的部长离职后未找到合适人选,审核直接提交给营销总监 | ||||||
|                     if (("da_company").equals(codeMap.get("staffNo") + "")) { |                     if (("da_company").equals(codeMap.get("staffNo") + "")) { | ||||||
|                         Map<String, Object> tempMap = new HashMap<>(); |                         Map<String, Object> tempMap = new HashMap<>(); | ||||||
|                         tempMap.put("areaId", areaId); |                         tempMap.put("areaId", areaId); | ||||||
|                         Map areaMap = marketingAreaService.oneBySql(tempMap, ".oneBySql"); |                         Map areaMap = marketingAreaService.oneBySql(tempMap, ".oneBySql"); | ||||||
|                         if ("414".equals(areaMap.get("parentId") + "") || "11407".equals(areaMap.get("parentId") + "")) { |                         // 华南业务部在2个公司下都有,[411]是德浩的,[11402]是科赛的 | ||||||
|  |                         if ("411".equals(areaMap.get("parentId") + "") || "11402".equals(areaMap.get("parentId") + "")) { | ||||||
|                             todoUserIdsList = new ArrayList<>(); |                             todoUserIdsList = new ArrayList<>(); | ||||||
|                             UserInfo userInfo = new UserInfo(); |                             UserInfo userInfo = new UserInfo(); | ||||||
|                             // 宋丙明 营销总监 |                             // 宋丙明 营销总监 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue