修改bug

master
wangwei 2 years ago
parent 711fd889d2
commit 4b085f0ae6

@ -107,7 +107,7 @@ public class ThrDeptController {
thrInvWarehouseService.updateThrInvWarehouse(thrInvWarehouseEntity);
}
//判断部门是否存在
filterThrDeptRequest.setCode(thrDeptEntity.getCode());
filterThrDeptRequest.setName(thrDeptEntity.getName());
filterThrDeptRequest.setThirdSysFk(thrDeptEntity.getThirdSysFk());
filterThrDeptRequest.setStatus(thrDeptEntity.getStatus());

Loading…
Cancel
Save